Deposit Info
Fetch the account’s deposit wallet - a Base USDC address that funds every venue.
from: "deposit" and to: "<venue>" to fund a specific venue. To deposit from another chain, use Quote Transfer with from: "external" - the response includes a signed transaction your end user submits from their own wallet.
The response includes the current balance - USDC sitting at the deposit wallet specifically. It does not include funds held at any venue trading wallet. Use it to confirm an inbound deposit landed before routing the funds to a venue via POST /transfers.
Authorizations
Path Parameters
Response
Deposit wallet info
The account's deposit wallet — a single Base USDC address that funds every venue except Hyperliquid.
On-chain deposit wallet address. Send USDC on Base here.
Always base.
base Always 8453 (Base mainnet).
8453 Always USDC.
USDC USDC contract address on Base.
Hints for funding the deposit wallet from chains other than Base. Use Quote Transfer with from: "external" to get a signed transaction your end user submits.
Current USDC balance at this address on Base, formatted as a decimal string (e.g. "523.40"). Use this to confirm an inbound deposit landed without checking a block explorer.
ISO 8601 timestamp of when balance was last read from chain. Use to detect cache-stale reads on the partner side.
