List Wallets

This endpoint will return all the child wallets you have created.

List Wallets

GET https://api.sendwyre.com/v2/wallets

Path Parameters

Name
Type
Description

offset

string

The number of records to skip

limit

string

Limit the number of records returned

{
  "data": {
      "owner": "account:XAV3CRAC94P",
      "balances": {},
      "srn": "wallet:WA-XM4L3JMUQGF",
      "createdAt": 1508433396000,
      "callbackUrl": "https://shake.webscript.io/callback",
      "depositAddresses": {
        "BTC": "1Q9TqsVwuZf6bYqtxxjqdataXx81x3Q1h7"
      },
      "totalBalances": {},
      "availableBalances": {},
      "notes": "nope",
      "name": "Person A",
      "id": "WA-XM4L3JMUQGF"
    },
    {
      "owner": "account:XAV3CRAC94P",
      "balances": {},
      "srn": "wallet:WA-VXRYUHW6JPX",
      "createdAt": 1508203688000,
      "callbackUrl": null,
      "depositAddresses": {
        "BTC": "13UtPuSaHCTsqRkwYjMbypSnPGkcyrni3r"
      },
      "totalBalances": {},
      "availableBalances": {},
      "notes": null,
      "name": "123456",
      "id": "WA-VXRYUHW6JPX"
    }
}

Last updated

Was this helpful?