8.获取合约NFT持有排行榜
开发中GET
https://testnet.confluxscan.net/stat/tokens/holder-rank通过了合约地址获取本合约的NFT持有排行榜
请求参数
Query 参数
address
string
合约地址
示例值:
cfxtest:acbk50byfusjyh7494rm8yd8xhnkdh9jyetgadzem4
limit
string
可选
查询返回的排行榜数量,100代表只显示前100(最大值100)
示例值:
100
orderBy
string
固定
示例值:
balance
reverse
string
可选
true为从高到低,false为从低到高
示例值:
true
skip
string
跳过的数量
示例值:
0
tab
string
固定
示例值:
holders
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
请求返回码
0代表成功 -1代表失败
message
string
请求返回
附件信息
data
object
必需
listLimit
integer
必需
total
integer
必需
list
array [object {5}]
排行榜列表
skip
integer
必需
limit
integer
必需
table
string
必需
holderQuery
integer
必需
示例成功示例
{
"code": 0,
"message": "",
"data": {
"listLimit": 1000,
"total": 875,
"list": [
{
"balance": "2",
"account": {
"address": "cfxtest:aat9rv6nzzxp8p9h8j4mt21nmyw589xkt23jnt33j5",
"name": null
},
"hexId": 1054981,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aak97mpuc813awkk2cg1pm6tkyt52fc48p820g2f4n",
"name": null
},
"hexId": 1054993,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aannvbgbz1sarxcysbr2wnzsrcp5fnjspphr9fce55",
"name": null
},
"hexId": 1055048,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aat693phuetp3e8p0fkb4p3jk9jhu22saj5v7h0h8b",
"name": null
},
"hexId": 1057139,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aak0rwdkft2tz76z9tfgychrg8mrfb90euef3wb0wk",
"name": null
},
"hexId": 1055131,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aamrahy15mj3m20crrrbkyjkr7xkpvucvawe2zzxey",
"name": null
},
"hexId": 1055141,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aanp4phkwj3tv2bf0c8kt7wuwhnwmdehajt7dj73gs",
"name": null
},
"hexId": 1055184,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aar8ttpkjtjvhymkntf50zwe7axbj2zsg6kzcj73k7",
"name": null
},
"hexId": 1057618,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aap6jnzdeu137xcpkmaskratywpbjx03d26yf8hjpe",
"name": null
},
"hexId": 1057010,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
},
{
"balance": "2",
"account": {
"address": "cfxtest:aapmnewtg7rcued3rwpxkc0nr8w4w6p6ku1n3z7pyg",
"name": null
},
"hexId": 1055546,
"updatedAt": "2022-04-26T03:46:19.000Z",
"tokenInfo": {}
}
],
"skip": 0,
"limit": 10,
"table": "token_balance",
"holderQuery": 9
}
}
最后修改时间: 2 年前