Search wealthiest accounts
GET/ronin/accounts/wealthiest
Get the wealthiest accounts.
Request
Query Parameters
limit integer
Default is 20
offset integer
Default is 0
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
result
object
items
object[]
address string
balance string
isContract boolean
netWorth string
totalNFTs integer
transactionCount integer
paging
object
nextCursor string
total integer
{
"result": {
"items": [
{
"address": "888267541386911013993593170445896170600278913737",
"balance": "53458856062222226438569375",
"isContract": true,
"netWorth": "25190553.916264135",
"totalNFTs": 19,
"transactionCount": 2397103
}
],
"paging": {
"nextCursor": "string",
"total": 0
}
}
}
Invalid parameter
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...