get https://api.zondacrypto.exchange/rest/trading/transactions/
Shows the list of most recent transactions for given market. By default returns list of 10 most recent transactions.
Response details
Key | Type | Description |
---|---|---|
items | array | |
* id | UUID | UUID of transaction |
* t | Unix Timestamp | Transaction time |
* a | decimal | Amount of cryptocurrency in the transaction |
* r | decimal | Rate of the transaction |
* ty | string | Transaction type: buy / sell |