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. iostabc provides public node rpc service
  2. Endpoint https://api.iostabc.com/rpc
  3. iostabc rpc call method completely follow the iost official node rpc call method rpc reference
  4. To use the RPC service please apply a free API KEY, get free API KEY
  5. Test API KEY: 6cfb2325fd0d6ccbd2e61d5793769eb0 (Just for test)
  6. only GET method rpc are available, doesn't support POST method rpc yet

# /getNodeInfo

curl -X GET https://api.iostabc.com/rpc/getNodeInfo?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0

# /getChainInfo

curl -X GET https://api.iostabc.com/rpc/getChainInfo?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0

# /sendTx /execTx /subscribe are not available