Walletguide
DevelopersAPIReferencewallets

List wallets

The wallets this credential can reach. An API key is scoped to one wallet and lists only that one.

GET
/wallets

Authorization

bearerAuth
Authorization<token>

A Walletguide API key (wg_…) or an OAuth bearer token. Paste the value only. Create a key under Wallet settings → API keys.

In: header

Response Body

application/json

curl -X GET "https://example.com/wallets"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "baseCurrency": "string",    "active": true,    "role": "owner"  }]