Get the exchange accounts for a given dynamic user
Returns the exchange accounts for the authenticated user on the specified exchange.
GET
Get the exchange accounts for a given dynamic user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Exchange identifier Source exchange identifier
Available options:
coinbase, kraken Query Parameters
Available options:
ETH, EVM, FLOW, SOL, ALGO, STARK, COSMOS, BTC, ECLIPSE, SUI, SPARK, TRON, APTOS, TON, STELLAR, ALEO, TEMPO, MIDNIGHT Response
Successful response
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Source exchange identifier
Available options:
coinbase, kraken List of balance entries for each currency held in the account
Account type as reported by the exchange
Example:
"wallet"
Human-friendly label if supplied by the exchange.
Blockchain network if relevant
Example:
"ethereum"
Previous
Get the exchange account transactions for a given dynamic userReturns the exchange account transactions for the authenticated user.
Next
Get the exchange accounts for a given dynamic user