v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Get the exchange accounts for a given dynamic user

get/sdk/{environmentId}/exchange/{exchangeKey}/accounts

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

exchangeKey'coinbase' | 'kraken' required

Source exchange identifier

Exchange identifier

Query parameters

networkIdnumber
chainName'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR'

Response

Successful response

idstring required
exchange'coinbase' | 'kraken' required

Source exchange identifier

typestring

Account type as reported by the exchange

namestring

Human-friendly label if supplied by the exchange.

chainstring

Blockchain network if relevant

Example response

[
  {
    "id": "95b11417-f18f-457f-8804-68e361f9164f",
    "type": "wallet",
    "balances": [
      {
        "currency": "USDC"
      }
    ],
    "chain": "ethereum"
  }
]