GetTransactionByID gRPC Method
Parameters
id
string
REQUIRED
The transaction ID
Returns
raw_data
object
The raw transaction data, including the contract and its parameters
ref_block_bytes
string
The bytes of the previous block hash
ref_block_num
integer
The reference block number
ref_block_hash
string
The hash of the previous block
expiration
integer
The expiration time of the transaction
auths
array
Authorization information
data
string
Additional data associated with the transaction (not used)
contract
array
The details of the smart contracts involved in the transaction
type
string
The type of smart contract (enum: Transaction_Contract_ContractType)
parameter
object
The parameters of the smart contract function being called in the transaction
value
string
The actual data of the contract
type_url
string
The type of data being represented by the parameter
provider
string
The provider of the contract
ContractName
string
The name of the contract
Permission_id
integer
The permission ID for the contract
scripts
string
Script data associated with the transaction (not used)
timestamp
integer
The timestamp of the transaction
fee_limit
integer
The maximum fee limit for the transaction
signature
array
The signatures associated with the transaction
ret
array
The result of the transaction
fee
integer
The fee paid for the transaction
ret
string
The result code of the transaction
contractRet
string
The contract result of the transaction
assetIssueID
string
The ID of the asset issued
withdraw_amount
integer
The amount withdrawn (if applicable)
unfreeze_amount
integer
The amount unfrozen (if applicable)
exchange_id
integer
The exchange ID (if applicable)
orderId
string
The order ID (if applicable)
orderDetails
array
Details of market orders (if applicable)
withdraw_expire_amount
integer
The expired withdrawal amount (if applicable)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free