Reading account transaction
Read transaction
GET
/api/public/v1/accounts/:account_id/transactions/:transaction_id/details
This endpoint returns data for a single transaction.
Headers
Name
Value
Content-Type
application/vnd.api+json
Authorization
Bearer <api_key>
Path Parameters
Name
Type
Description
account_id
string
Account ID.
transaction_id
string
Transaction ID.
Response
Response Body
Name
Type
Description
data.id
string
Transaction ID.
data.type
string
Transaction type. Can be either exchangeTransactions
, coinDeposits
or manualTransactions
.
data.attributes
object
A set of transaction attributes.
Last updated