v2
latestOpenAPI 3.0.12026-07-26334612609.5 KBSDK
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
Example response
[
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"type": "wallet",
"balances": [
{
"currency": "USDC"
}
],
"chain": "ethereum"
}
]