v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Get the exchange account transactions for a given dynamic user

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

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

accountIdstring
Example:95b11417-f18f-457f-8804-68e361f9164f

Response

Successful response

transactionIdstring
transactionHashstring
statusstring

Current status of the transaction

amountnumber

the amount transfered

currencystring

Chain symbol that funds were transfered in.

createdAtstring date-time

Example response

[
  {
    "transactionId": "An example name",
    "transactionHash": "An example name"
  }
]