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 |
|
Authorization |
|
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 |
data.attributes | object | A set of transaction attributes. |
Last updated