Languages
English
简体中文
https
Introduction
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
Introduction

# Introduction

  1. Endpoint: https://api.iostabc.com/api
  2. To use the API service please apply a free API KEY, get free API KEY
  3. Request submission frequency: 6 times/s for free API Key for FREE version.
  4. Test API KEY: 6cfb2325fd0d6ccbd2e61d5793769eb0 (Just for test)

Https API service is in beta testing, don't hesitate to give it a try!

# API Response

All responses of endpoints are following this format below. 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
  }
}

# Error Code

Code Message Description
0 Success Success
403 Forbidden No access, please check if API key is correct
429 Too Many Requests
500 Internal Server Error (Please contact us)
1000 Other errors