Fetch Wallet Address

Fetch the wallet address of a given user.

Let's start 🚀

URL

To fetch the information of a given wallet, use https://custody.arianee.com/{{client}}/{{network}}/wallet/address.

GET - https://custody.arianee.com/{{client}}/{{network}}/wallet/address

Return Payload

Status CodeSuccessDescription
200trueThe user's wallet address is returned.
{
    "address": "0x4febba33415ab41256cbc981c178297f926a6490"
}