选择语言
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. iostabc 提供公共节点rpc服务
  2. 访问地址 https://api.iostabc.com/rpc
  3. iostabc rpc 访问方法完全遵循官方rpc协议 rpc 文档
  4. 使用rpc服务,需要申请一个API Key, 申请API Key
  5. 测试 API Key: 6cfb2325fd0d6ccbd2e61d5793769eb0 (仅供测试)
  6. 只支持 GET 方法, 暂时不支持 POST 方法

# /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 暂时不可用