DLN
cURL
curl --request POST \ --url https://dln-api.debridge.finance/api/Users/usersLeaderboard \ --header 'Content-Type: application/json-patch+json' \ --data '{ "walletAddress": "<string>", "skip": 123, "take": 123 }'
{ "users": [ { "walletAddress": { "Base64Value": "aSDinaTvuI8gbWludGxpZnk=", "bytesArrayValue": "<string>", "stringValue": "<string>" }, "userRank": 123, "totalVolumeUSD": 123, "totalFeesUSD": 123, "totalExecutedOrders": 123 } ], "totalCount": 123, "searchResult": { "walletAddress": { "Base64Value": "aSDinaTvuI8gbWludGxpZnk=", "bytesArrayValue": "<string>", "stringValue": "<string>" }, "userRank": 123, "totalVolumeUSD": 123, "totalFeesUSD": 123, "totalExecutedOrders": 123 } }
items to skip (pagination)
Number of items to return (pagination) max page size is 100
Address of a wallet to search for [hex of base58, optional]
OK
Users leaderboard page info
Leaderboard items from requested page
Show child attributes
Total number of leaderboard items