These docs are for v1.9. Click to read the latest docs for v2.1.

Fetch Wallet Address

Before you begin

Fetch the wallet address of a given user.

Let's start 🚀

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

Result:

httpCodeDescription
200The user's wallet address is returned.
{
    "address": "0x4febba33415ab41256cbc981c178297f926a6490"
}