Added

New `chain` parameter on crypto wallet endpoints

Adds a chain parameter to crypto funding wallet endpoints for selecting a specific network on multi-chain crypto assets:

  • Adds the chain query parameter when listing crypto funding wallets.
  • Adds the chain field to the whitelisted-address request.
  • Adds the chain field to the withdrawal (crypto transfer) request.
  • Deprecates the network parameter on the list-wallets endpoint; use chain instead. When both are specified, chain takes precedence; if neither is specified, the default ethereum network is used.

Broker API

  • GET /v1/accounts/{account_id}/wallets
  • POST /v1/accounts/{account_id}/wallets/whitelists
  • POST /v1/accounts/{account_id}/wallets/transfers

Trading API

  • GET /v2/wallets
  • POST /v2/wallets/whitelists
  • POST /v2/wallets/transfers
  • POST /v2/perpetuals/wallets/transfers