选择语言
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-account-detail

获取账户详情

# 参数

参数名 参数类型 描述 是否必须
account String account name yes

# 响应

参数名 参数类型 描述
name String account name
gas_info Object
ram_info Object
vote_infos Object
groups Object
permissions Object
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-account-detail&account=iostabc

# get-account-balance

获取账户余额

# 参数

参数名 参数类型 描述 是否必须
account String 账户名 yes

# 响应

参数名 参数类型 描述
name String 账户名
balance Number
frozen_balance Object
vote_balance Object
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-account-balance&account=iostabc

# get-subaccount-list

获取子账户列表

# 参数

参数名 参数类型 描述 是否必须
account String 账户名 yes
size Number page no
page Number page no

# 响应

参数名 参数类型 描述
name String 账户名
created_by Number
created_at String
tx_hash String
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-subaccount-list&account=iostabc

# get-account-tx

获取账户交易

# 参数

参数名 参数类型 描述 是否必须
account String 账户名 yes
size Number 分页大小 no
page Number 分页页码 no

# 响应

参数名 参数类型 描述
transactions Array 交易列表
transactions.action_name String
transactions.data Array
transactions.block String
transactions.tx_hash String
transactions.to String
transactions.created_at String
transactions.index Number
transactions.return String
transactions.status_code String
transactions.from String
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-account-tx&account=iostabc

# get-token-list

获取代币列表

# 参数

参数名 参数类型 描述 是否必须
account String 账户名 是

# 响应

参数名 参数类型 描述
tokens Array token array
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=account&action=get-token-list&account=iostabc