Get Zilliqa Transaction Details by Transaction ID
Through this endpoint customers can obtain transaction details on the Zilliqa blockchain by providing a Transaction ID parameter.
Path Parameters
-
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten" are test networks.
-
RequiredtransactionHash string
String identifier of the transaction
Query parameters
-
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2021-03-20 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requireddata object
-
Requireditem object
-
Requiredfee object
Represents the transaction fee.
-
Requiredamount string
Represents the amount of the transaction fee.
Example : 0.000235 -
Requiredunit string
Represents the unit of the transaction fee.
Example : ZIL
-
-
RequiredgasLimit integer
Represents the maximum amount of gas allowed in the block in order to determine how many transactions it can fit.
Example : 552020 -
RequiredgasPrice integer
Defines the price of the gas.
Example : 2994782927 -
RequiredgasUsed integer
Defines how much of the gas for the block has been used.
Example : 24673 -
RequiredminedInBlockHash string
Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
Example : 0x5ba627aed1ff0f5480694e994ee03a6ec7b5a6fa96be899c84d52725f9830891 -
RequiredminedInBlockHeight integer
Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the "Genesis block".
Example : 1250207 -
Requirednonce integer
Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
Example : 13 -
Requiredrecipients array
Represents an object of addresses that receive the transactions.
-
Requiredaddress string
Represents the hash of the address that receives the funds.
Example : zil1v25at4s3eh9w34uqqhe3vdvfsvcwq6un3fupc2 -
Requiredamount string
Defines the amount of the received funds as a string.
Example : 0
-
-
Requiredsenders array
Represents an object of addresses that provide the funds.
-
Requiredaddress string
Represents the hash of the address that provides the funds.
Example : zil1uhn7627k6xl5f03sq6grje5lk3gy0kf5aptz83 -
Requiredamount string
Represents the total amount sent by this address including the fee.
Example : 0
-
-
Requiredtimestamp integer
Defines the exact date/time when this block was mined in Unix Timestamp.
Example : 1582202940 -
RequiredtransactionIndex integer
Defines the numeric representation of the transaction index.
Example : 0 -
RequiredtransactionStatus string
Defines the status of the transaction, whether it is e.g. pending or complete.
Example : 0
-
-