cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/project/defi/ranking
{ "data": [ { "name": "<string>", "fees": 123, "logo_url": "<string>", "revenue": 123, "symbol": "<string>", "tvl": 123, "users": 123, "volume": 123 } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Ranking metric. Can be tvl, revenue, fees, volume, or users.
tvl
revenue
fees
volume
users
"tvl"
Results per page
1 <= x <= 100
20
Pagination offset
x >= 0
0
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataResponseProjectTopRankItem.json"