List of Transactions
The list of transactions that have occurred on uTrade.
All Unifi Report API endpoints should be called using the url: https://data.unifi.report
Endpoint GET /api/transactions/
Parameter | Description |
page | Page number |
page_size | Page size up to 50 |
contract | Contract Address |
user_account | User Address |
blockchain | Blockchain name |
hash | Transaction Hash |
Example API call: curl -X GET -H 'Accept: application/json; indent=4' https://data.unifi.report/api/transactions/?blockchain=Tron
Response:
Last updated