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:
httpCode | Description |
---|---|
200 | Information is returned. Note that walletId is available for DFNS custodial providers. |
{
"userId": "userId123",
"signingClient": "testclient",
"address": "0x786e61722d149f16cdc47805ae9be60b6d1379ee",
"provider": "dfns",
"walletId": "wa-441di-tr457-8pjrfkgjjpaak1mv"
}
Updated 12 months ago