Bridge
Withdraw to another chain
POST
/
trade/v1/portfolio/bridge/withdrawAuthorization
AuthorizationRequiredBearer <token>
Privy identity token from a live browser session. Issued by the web app's Privy SDK; not obtainable via API. Used by operations that require a fresh browser session.
In: header
Request Body
application/jsonRequiredexchangestring
Exchange to withdraw from. Defaults to AGARA.
Value in:
"AGARA"from_amount_base_unitRequiredstring
Source amount in source-token base units.
recipient_addressRequiredstring
Destination recipient address.
to_chain_idRequiredstring
Destination chain id.
to_token_addressRequiredstring
Destination token address.
AGARA: withdrawal batch accepted; poll GET /trade/v1/batches/{batch_hash} for settlement.