Quote a withdrawal to an EVM chain.
Returns the desk quote: tier (instant | routed), ETA, fee, the exact funding amount of USDT to pay on Alephium (with its uniquifier) and the treasury address to pay it to. The quote expires after ~30 minutes if unfunded. Desk 409s pass through with actionable messages (destination inventory short with routing disabled; no routed lane for USDT to a non-CCTP chain — suggest USDC).
Authorizations
HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.
Body
Destination chain key (e.g. base, arbitrum, ethereum, bsc).
1 - 40Destination EVM address.
^0x[0-9a-fA-F]{40}$Withdrawal amount in USD, e.g. '125.50'.
^\d+(\.\d{1,2})?$Payout token (default USDC).
USDC, USDT Response
Default Response

