List XRP (Ripple) Transactions By Address And Time Range
Тhis endpoint lists XRP transactions by the attribute address
and the query parameters fromTimestamp
and toTimestamp
which gives customers the opportunity to filter the results by a specified time period.
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
Represents the public address, which is a compressed and shortened form of a public key.
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. -
RequiredfromTimestamp integer
Defines the specific time/date from which the results will start being listed.
-
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.
-
RequiredtoTimestamp integer
Defines the specific time/date to which the results will be listed.
-
OptionaltransactionType string
Defines the transaction type.
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 ( )
-
OptionaldestinationTag integer
A destination tag is a value used to discern the holder of the Ripple (XRP) being deposited or withdrawn.
Example : 3999472835 -
Requiredindex integer
Represents the index position of the transaction in the block.
Example : 3 -
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 : 3dff3ab3697a0a3116062a92a499dc7b5c9c777b2035f79bb906894972d4573d -
RequiredminedInBlockHeight integer
Represents the hight of the block where this transaction was mined/confirmed for first time. The height is defined as the number of blocks in the blockchain preceding this specific block.
Example : 15949067 -
Requiredrecipients array
Represents an object of addresses that receive the transactions.
-
Requiredaddress string
Represents the hash of the address that receives the funds.
Example : rNUY3X3HovAXuTesTbMh8PAX6CM5V2RzMY -
Requiredamount string
Defines the amount of the received funds as a string.
Example : 0.00001
-
-
Requiredsenders array
Represents an object of addresses that provide the funds.
-
Requiredaddress string
Represents the hash of the address that provides the funds.
Example : rNUY3X3HovAXuTesTbMh8PAX6CM5V2RzMY -
Requiredamount string
Represents the total amount sent by this address including the fee.
Example : 0.00001
-
-
Requiredsequence integer
Defines the transaction input's sequence as an integer, which is is used when transactions are replaced with newer versions before LockTime.
Example : 39673 -
Requiredstatus string
Defines the status of the transaction.
Example : tesSUCCESS -
Requiredtimestamp integer
Defines the exact date/time in Unix Timestamp when this transaction was mined, confirmed or first seen in Mempool, if it is unconfirmed.
Example : 1644417868 -
RequiredtransactionHash string
Represents the hash of the XRP transaction.
Example : 33684d38ccf56f5b10a25e60b11b251abe6288f41aadd03c7596dced895b282a -
Requiredtype string
Specifies the type of the transaction.
Example : OfferCreate -
Requiredfee object
-
Requiredamount string
Defines the amount of the transaction fee.
Example : 0.000024 -
Requiredunit string
Defines the unit of the transaction fee.
Example : XRP
-
-
Requiredoffer object
-
Requiredamount string
Defines the amount of the offer.
Example : 5.256 -
Requiredunit string
Defines the unit of the offer.
Example : XRP
-
-
Requiredreceive object
-
Requiredamount string
Defines the amount received.
Example : 4.236 -
Requiredunit string
Defines the unit of the amount received.
Example : XRP
-
-
Requiredvalue object
-
Requiredamount string
Defines the specific amount of the value.
Example : 22 -
Requiredunit string
Defines the specific unit of the value.
Example : XRP
-
-
-