获取代币详情
参数名 | 参数类型 | 描述 | 是否必须 |
---|---|---|---|
token | String | token name | yes |
参数名 | 参数类型 | 描述 |
---|---|---|
can_transfer | boolean | |
created_at | String | |
current_supply | Number | |
decimal | Number | |
full_name | String | |
holder_count | Number | |
issuer | String | |
symbol | String | |
total_supply | String | |
tx_hash | String |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=token&action=get-token-detail&token=abct
获取代币持仓用户
参数名 | 参数类型 | 描述 | 是否必须 |
---|---|---|---|
token | String | token name | yes |
page | String | page name | no |
size | String | size name | no |
参数名 | 参数类型 | 描述 |
---|---|---|
holders | Array | |
holders.account | String | |
holders.balance | String | |
holders.symbol | String |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=token&action=get-token-holder&token=abct