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

# get-transaction-detail

get transaction detail

# Parameters

Name Type Description Required
tx_hash String yes

# Response

Name Type Description
block_number String
status String
transaction Object
transaction.actions Array
transaction.amount_limit Array
transaction.chain_id Number
transaction.delay Number
transaction.expiration Number
transaction.gas_limit Number
transaction.gas_ratio Number
transaction.hash String
transaction.publisher String
transaction.referred_tx String
transaction.signers Array
transaction.time String
transaction.tx_receipt Object
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=transaction&action=get-transaction-detail&tx_hash=FDNr7hubyuUAJjrHmXs3uJ8dCsNjiG6tfgMCnnERRnDC

# get-transaction-action

get transaction action

# Parameters

Name Type Description Required
tx_hash String yes

# Response

Name Type Description
actions Array
actions.action_name String
actions.contract String
actions.data String
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=transaction&action=get-transaction-action&tx_hash=FDNr7hubyuUAJjrHmXs3uJ8dCsNjiG6tfgMCnnERRnDC

# get-transaction-receipt

get transaction receipt

# Parameters

Name Type Description Required
tx_hash String yes

# Response

Name Type Description
receipts Array
receipts.content String
receipts.func_name String
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=transaction&action=get-transaction-receipt&tx_hash=FDNr7hubyuUAJjrHmXs3uJ8dCsNjiG6tfgMCnnERRnDC