API reference
Vaultody
GET
/utils/xrp/{network}/addresses/decode/{xAddress}
Decode XRP Address
This endpoint is used to decode an X-Address into classic address and tag.
Path parameters
network
string
required
The XRP network to use (mainnet, testnet).
xAddress
string
required
The X-Address that has to be decoded
Query parameters
context
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
Returns 200 the request has been successful.
apiVersion
string
required
Specifies the version of the API that incorporates this endpoint.
requestId
string
required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
context
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.
data
object
required
item
object
required
classicAddress
string
required
The classic XRP Ledger address.
tag
string
required
A numeric identifier associated with an XRP Ledger address.