Get Top Accounts
GET/api/v1/kaia/top-accounts
Free [1 Credits]
Retrieve the top 100 accounts holding Kaia.
Request
Query Parameters
accountType string
Possible values: [all
, eoa
, sca
]
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
holder
object
required
address Address (string)required
account_type Account Type (string)
Possible values: [EOA
, SCA
, UNKNOWN
]
Example:
EOA, SCA
amount Amount (number)required
percentage Percentage (number)
[
{
"holder": {
"address": "string",
"account_type": "EOA, SCA"
},
"amount": 0,
"percentage": 0
}
]
Loading...