Jump to
Ctrl
+
/

Encode XRP Address

GET
/utils/xrp/{network}/addresses/encode/{classicAddress}/{addressTag}

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 Optional

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

apiVersion string Required

Specifies the version of the API that incorporates this endpoint.

2025-09-23
requestId string Required

Defines the ID of the request. The requestId is generated by Vaultody and it's unique for every request.

601c1710034ed6d407996b30
context string Optional

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.

yourExampleString
data object Required
item object Required
xAddress string Required

The X-address format that encodes the classic address.

T7zVRFzUcVxFfE3MUM6jV3SpobVdECBZ1K9UnX62Jacc6AV
Was this page helpful?
Yes
No
Powered by
Language
URL

{
    "apiVersion": "2025-09-23",
    "requestId": "601c1710034ed6d407996b30",
    "context": "yourExampleString",
    "data": {
        "item": {
            "xAddress": "T7zVRFzUcVxFfE3MUM6jV3SpobVdECBZ1K9UnX62Jacc6AV"
        }
    }
}