选择语言
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
简介

# 简介

  1. 请求链接: https://api.iostabc.com/api
  2. 使用API服务,需要申请一个API Key, 申请API Key
  3. 请求频率: 6 次/秒 免费版.
  4. 测试 API Key: 6cfb2325fd0d6ccbd2e61d5793769eb0 (仅供测试)

# API 返回

所有返回都会遵循下面的结构体返回 If code is 0, means the endpoint is successfully invoked. And you can get the required data from data. If code is not 0, please refer to the error code table for troubleshooting.

{
  "code": 0, // 0 means request successful
  // "message": "error message",
  "data": {
    ... // here is the data you need
  }
}

# 错误代码

code message description
0 Success Success
403 权限错误,请检查API Key
429 请求过于频繁
500 服务器错误(请联系我们)
1000 其他错误