Quote withdrawable amount
POST
Returns the maximum deliverable amount for a token and destination chain without creating a withdrawal.
Loading code example
Loading code example
Authorizations
appIdstringheaderrequired
API key passed in the header.
Body
tokenSymbol"USDC" | "USDC.e" | "USDT"requiredStable-coin symbol the withdrawal is denominated in.
Allowed values:
"USDC" | "USDC.e" | "USDT"destinationChainIdintegerrequiredChain ID where the recipient would receive funds.
Required range:
x >= 1Response
application/json
200
tokenSymbol"USDC" | "USDC.e" | "USDT"requiredStable-coin symbol the withdrawal is denominated in.
Allowed values:
"USDC" | "USDC.e" | "USDT"destinationChainIdintegerrequiredRequired range:
x >= 1maxDeliverableRawstringrequiredMaximum amount the withdrawal planner can deliver, in destination decimals.
Pattern:
^[0-9]+$rawBalanceRawstringrequiredEligible raw balance before dust floors and route fees, in destination decimals.
Pattern:
^[0-9]+$decimalsintegerrequiredRequired range:
x >= 0, x <= 36