Get XRP (Ripple) Transaction Details By Transaction ID
Through this endpoint customers can obtain details about a XRP transaction by the transaction's unique identifier.
Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
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
Represents the same as
transactionId
for account-based protocols like Ethereum, while it could be different in UTXO-based protocols like Bitcoin. E.g., in UTXO-based protocolshash
is different fromtransactionId
for SegWit transactions.
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
-
RequiredadditionalData string
Represents additional data that may be needed.
Example : rPmPErQe4g9725pcNxJpuvKkdqTESTQ6Tu -
OptionaldestinationTag integerExample : 3999472835
-
Requiredindex string
Defines the index of the transaction, i.e. the consecutive place it takes in the blockchain.
Example : 2 -
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 : 3f7af58d6cf1cd9020fb285d8e3e215131800d5109e42647ffd9b3aeae59df33 -
RequiredminedInBlockHeight string
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 : 15973802 -
Requiredoffer object
Defines the specific offer.
-
Requiredamount string
Defines the amount of the offer.
Example : 3.0154 -
Requiredunit string
Defines the unit of the offer.
Example : XRP
-
-
Requiredreceive object
Defines on object array of the funds for which an offer is made.
-
Requiredamount string
Defines the amount of the funds for which an offer is made.
Example : 2.1256 -
Requiredunit string
Defines the unit of the funds for which an offer is made.
Example : XRP
-
-
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 : 4294967295 -
Optionalstatus string
Defines the status of the transaction.
-
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 : 1582202940 -
RequiredtransactionHash string
Represents the same as
transactionId
for account-based protocols like Ethereum, while it could be different in UTXO-based protocols like Bitcoin. E.g., in UTXO-based protocolshash
is different fromtransactionId
for SegWit transactions.Example : 36a1737481edec87bacc3101dfb752ae2c76f9171e7edebe587e330c1ea77c8d -
Requiredtype string
Defines the type of the transaction.
Example : Payment -
Requiredfee object
-
Requiredamount string
Defines the amount of the fee.
Example : 0.0021 -
Requiredunit string
Defines the unit of the fee.
Example : XRP
-
-
Requiredvalue object
-
Requiredamount string
Defines the amount of the value.
Example : 3.0254 -
Requiredunit string
Defines the unit of the value.
Example : XRP
-
-
-