curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/exchange/{exchangeKey}/accounts \
--header 'Authorization: Bearer <token>'[
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"exchange": "coinbase",
"balances": [
{
"currency": "USDC",
"balance": 123,
"availableBalance": 123,
"logoURI": "<string>"
}
],
"type": "wallet",
"name": "<string>",
"chain": "ethereum"
}
]curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/exchange/{exchangeKey}/accounts \
--header 'Authorization: Bearer <token>'[
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"exchange": "coinbase",
"balances": [
{
"currency": "USDC",
"balance": 123,
"availableBalance": 123,
"logoURI": "<string>"
}
],
"type": "wallet",
"name": "<string>",
"chain": "ethereum"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Exchange identifier Source exchange identifier
coinbase, kraken ETH, EVM, FLOW, SOL, ALGO, STARK, COSMOS, BTC, ECLIPSE, SUI, SPARK, TRON, APTOS, TON Successful response
36"95b11417-f18f-457f-8804-68e361f9164f"
Source exchange identifier
coinbase, kraken Show child attributes
Account type as reported by the exchange
"wallet"
Human-friendly label if supplied by the exchange.
Blockchain network if relevant
"ethereum"
Was this page helpful?