Get Transaction
GET/api/v1/transactions/:transactionHash
Free [1 Credits]
Request
Path Parameters
transaction hash
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Possible values: [Account Update
, Fee Delegated Account Update
, Fee Delegated Account Update With Ratio
, Cancel
, Fee Delegated Cancel
, Fee Delegated Cancel With Ratio
, Smart Contract Deploy
, Fee Delegated Smart Contract Deploy
, Fee Delegated Smart Contract Deploy With Ratio
, Smart Contract Execution
, Fee Delegated Smart Contract Execution
, Fee Delegated Smart Contract Execution With Ratio
, Legacy
, Chain Data Anchoring
, Fee Delegated Chain Data Anchoring
, Fee Delegated Chain Data Anchoring With Ratio
, Value Transfer
, Fee Delegated Value Transfer
, Fee Delegated Value Transfer With Ratio
, Value Transfer Memo
, Fee Delegated Value Transfer Memo
, Fee Delegated Value Transfer Memo With Ratio
, Ethereum Access List
, Ethereum Dynamic Fee
]
status
object
required
Possible values: [Success
, Fail
]
account_key
object
Possible values: [AccountKeyLegacy
, AccountKeyPublic
, AccountKeyFail
, AccountKeyWeightedMultiSig
, AccountKeyRoleBased
]
{
"transaction_hash": "string",
"transaction_type": "Account Update",
"block_id": 0,
"from": "string",
"to": "string",
"token_transfer": 0,
"nft_transfer": 0,
"fee_payer": "string",
"fee_ration": 0,
"datetime": "2025-04-16T01:16:41.325Z",
"nonce": 0,
"amount": 0,
"gas_price": 0,
"gas_used": 0,
"gas_limit": 0,
"transaction_fee": 0,
"status": {
"status": "Success",
"fail_message": "string"
},
"created_contract": "string",
"method_id": "string",
"signature": "string",
"effective_gas_price": 0,
"burnt_fees": 0,
"key": "string",
"account_key": {
"type": "AccountKeyLegacy"
}
}