List deposit addresses

Returns a deposit address for every supported (chain, asset) on the authenticated account's BitGo custody wallet. Send funds to the matching address to fund a payment order. A pair is omitted if its address can't be resolved; call GET /supported-assets for the full asset catalog.

Each subaccount has its own custody wallet, so subaccountId returns that subaccount's addresses. A subaccount whose wallet has not been provisioned yet returns 412.

Query Parameters
  • subaccountId
    Type: string Format: uuid

    Scope this read to one of your subaccounts instead of the authenticated account. Must be a direct child of the authenticated account.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/v1/deposit-addresses
curl https://api.bettermoney.com/api/v1/deposit-addresses
[
  {
    "chain": "string",
    "symbol": "string",
    "address": "string"
  }
]