GET request to
/transactions.GET request to /transactions/{transactionId}
| Property | Definition |
|---|---|
transactionId | Unique transaction identifier |
assetId | Unique asset identifier |
amount | The amount for the transaction |
currency | Associated currency |
requestType | The type of request being made |
status | The status for the transaction |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
| Name | Definition |
|---|---|
PENDING | The transaction is currently in progress |
COMPLETED | The transaction has completed processing |
CANCELED | The transaction was cancelled |
ERROR | The transaction ended in an error |
| Name | Definition |
|---|---|
PURCHASE | The transaction request was of the purchase type |
SELL | The transaction request was of the sell type |
| Subscription | Definition | Domain |
|---|---|---|
TRANSACTION | Only events that deal with transactions | Transactions |