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:
httpCode | Description |
---|---|
200 | The user's wallet address is returned. |
{
"address": "0x4febba33415ab41256cbc981c178297f926a6490"
}
Updated 11 months ago