选择语言
English
简体中文
https
简介
Base
Get-Overview
Get-Wealth-List
Account
Get-Account-Detail
Get-Account-Balance
Get-Subaccount-List
Get-Account-Tx
Get-Token-List
Producer
Get-Producer-Detail
Get-Producer-Voter
Block
Get-Block-Detail
Get-Latest-Block
Get-Block-Tx
Contract
Get-Contract-Detail
Get-Contract-Abi
Get-Contract-Tx
Token
Get-Token-Detail
Get-Token-Holder
Transaction
Get-Transaction-Detail
Get-Transaction-Action
Get-Transaction-Receipt
rpc
简介

# get-token-detail

获取代币详情

# 参数

参数名 参数类型 描述 是否必须
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

# get-token-holder

获取代币持仓用户

# 参数

参数名 参数类型 描述 是否必须
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