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

Fetch Wallet Information

Before you begin

Fetch all the information of a given wallet.

Let's start ๐Ÿš€

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

Result:

httpCodeDescription
200Information is returned.
Note that walletId is available for DFNS custodial providers.
{
    "userId": "userId123",
    "signingClient": "testclient",
    "address": "0x786e61722d149f16cdc47805ae9be60b6d1379ee",
    "provider": "dfns",
    "walletId": "wa-441di-tr457-8pjrfkgjjpaak1mv"
}