This endpoint is used to decode an X-Address into classic address and tag.
The XRP network to use (mainnet, testnet).
The X-Address that has to be decoded.
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.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Vaultody and it's unique for every request.
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.
The classic XRP Ledger address.
A numeric identifier associated with an XRP Ledger address.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2025-09-23",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"classicAddress": "rB1QL2KsiwrwaErZ8Pa8dVh3ZEQ2oKGp9J",
"tag": "123"
}
}
}