Get Account
Fetch an account’s profile, venue entitlements, and deposit wallet.
venues object is keyed by venue name. Each entry carries its own status (provisioning | active | inactive | failed) - poll until a venue becomes active before placing orders on it.
The response also includes depositWallet - the account’s Base USDC central wallet. Same data as Get Deposit Info, returned inline here so you don’t need a second call. Use it for cross-chain inbound deposits and as the source for POST /transfers.Authorizations
Path Parameters
Response
Account details
Unique identifier for the account
ISO 8601 creation timestamp
The account's central deposit wallet — a Base USDC address that funds every venue except Hyperliquid. The address + chain/token info is returned inline so you don't need a second call; for cross-chain deposit guidance (supported source chains, intake addresses), use GET /deposit-info. Always present on accounts with a provisioned signing wallet.
Per-venue entitlements keyed by venue name (e.g., polymarket, predict, opinion, limitless, hyperliquid). Empty immediately after account creation until POST /enable is called.
