API reference
Vaultody
GET
/utils/xrp/{network}/addresses/encode/{classicAddress}/{addressTag}
Encode XRP Address
This endpoint encodes XRP classic address into an X-Address when classic address and a tag are provided.
Path parameters
addressTag
string
required
The numeric tag used for the encoding.
classicAddress
string
required
The classic address that will be encoded.
network
string
required
The XRP network to use (mainnet, testnet).
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
xAddress
string
required
The X-address format that encodes the classic address.