Skip to main content
GET
List withdrawal destination assets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Open-Responses
enum<string>

Return Open Responses-compatible output when set (replaces the default response envelope).

Available options:
1,
true
X-Open-Responses-Call-Id
string

Tool call id used for function_call_output items when Open Responses mode is enabled.

Minimum string length: 1

Query Parameters

sourceChainId
integer

Optional source chain hint. Defaults to Base (8453) in production and Base Sepolia in sandbox.

Required range: x >= 1
sourceTokenAddress
string

Optional source token hint. Defaults to USDC collateral token in production and rUSD token in sandbox.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"

q
string

Optional search query for ticker, name, or network id/label.

limit
integer

Maximum number of assets to return (max 100).

Required range: 1 <= x <= 100

Response

Withdrawal assets

ok
boolean
required
data
object
required
summary
string
required
errors
object[]
required
next
object