Fetch Wallet Information

Fetch all the information of a given wallet.

Overview

Workflow

Let's start 🚀

URL

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

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

Return Payload

Status codeSuccessDescription
200trueInformation is returned.
Note that walletId is available for DFNS custodial providers.
{
    "userId": "userId123",
    "signingClient": "testclient",
    "address": "0x786e61722d149f16cdc47805ae9be60b6d1379ee",
    "provider": "dfns",
    "walletId": "wa-441di-tr457-8pjrfkgjjpaak1mv", // si DFNS
    "identifiers": { 
        "email": "[email protected]" 
                   }
}