Skip to main content
GET
/
v2
/
account
/
beneficiaries
/
wallets
/
{wallet-id}
Get Beneficiary Wallet by ID
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/account/beneficiaries/wallets/{wallet-id} \
  --header 'Authorization: Bearer <token>'
{
  "wallet": {
    "id": "<string>",
    "alias": "<string>",
    "description": "<string>",
    "walletAddress": "<string>",
    "walletChain": "<string>",
    "walletMemo": "<string>",
    "createdAt": "<string>"
  }
}

Get Beneficiary Wallet by ID

GET request to /v2/account/beneficiaries/wallets/

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wallet-id
string
required

ID of the beneficiary wallet

Query Parameters

subAccountId
string

Sub-account ID

Response

200 - application/json

OK

wallet
object
required