List Smart Contracts
For compiling a table of data from the Unifi Protocol.
All Unifi Report API endpoints should be called using the url: https://data.unifi.report
Endpoint GET /api/smart-contract-balances/
Parameter | Description |
blockchain | Blockchain name |
contract | Contract Address |
pair | Swap pair |
sort | Sort by volume, liquidity, price or blockchain |
sort parameter options | description |
volume | Sorts by volume |
volume_desc | Sorts by descending volume |
liquidity | Sorts by liquidity |
liquidity_desc | Sorts by descending liquidity |
price | Sorts by price |
price_desc | Sorts by descending price |
blockchain | Sorts by blockchain |
blockchain_desc | Sorts by descending blockchain |
Example API call: curl -X GET -H 'Accept: application/json; indent=4' https://data.unifi.report/api/smart-contract-balances/?contract=TUxqQp2qXUx7hT2F6Zx4hy85n8o9L9bzM9
Response:
Last updated