List Zilliqa Transactions by Address
Through this endpoint customers can list transactions on the Zilliqa blockchain by the address 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.
-
Requiredaddress string
Defines the specific address of the sender.
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. -
Optionallimit integer
Defines how many items should be returned in the response per page basis.
-
Optionaloffset integer
The starting index of the response items, i.e. where the response should start listing the returned items.
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
-
Requiredlimit integer
Defines how many items should be returned in the response per page basis.
Example : 50 -
Requiredoffset integer
The starting index of the response items, i.e. where the response should start listing the returned items.
Example : 0 -
Requiredtotal integer
Defines the total number of items returned in the response.
Example : 100 -
Requireditems arrayExample : Array ( )
-
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 : 550000 -
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 where this transaction was mined/confirmed for first time. The hash is defined as a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
Example : 0x7c18901ff8d5af3cebde1c9128c9b20cb046d73fba23d45951f5619b61679c9b -
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 : 1250283 -
Requirednonce integer
Represents a random value that can be adjusted to satisfy the Proof of Work.
Example : 13 -
Requiredrecipients array
Defines an object array of the transaction recipients.
-
Requiredaddress string
Represents the recipient's address.
Example : zil1v25at4s3eh9w34uqqhe3vdvfsvcwq6un3fupc2 -
Requiredamount string
Represents the received amount.
Example : 0
-
-
Requiredsenders array
Represents an object of addresses that provide the funds.
-
Requiredaddress string
Represents the sender's address.
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 -
RequiredtransactionHash string
Represents the hash of the transaction, which is its unique identifier.
Example : 0xf4a847a1489a043ee509d5d7df48f2bf7ba1b15354ed14600b035ff2f7670203 -
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 : 2
-
-