Added
New `chain` parameter on crypto wallet endpoints
15 days ago
Adds a chain parameter to crypto funding wallet endpoints for selecting a specific network on multi-chain crypto assets:
- Adds the
chainquery parameter when listing crypto funding wallets. - Adds the
chainfield to the whitelisted-address request. - Adds the
chainfield to the withdrawal (crypto transfer) request. - Deprecates the
networkparameter on the list-wallets endpoint; usechaininstead. When both are specified,chaintakes precedence; if neither is specified, the defaultethereumnetwork is used.
Broker API
GET /v1/accounts/{account_id}/walletsPOST /v1/accounts/{account_id}/wallets/whitelistsPOST /v1/accounts/{account_id}/wallets/transfers
Trading API
GET /v2/walletsPOST /v2/wallets/whitelistsPOST /v2/wallets/transfersPOST /v2/perpetuals/wallets/transfers