cURL
curl --request GET \ --url https://api.caminotreasury.com/v1/wallets \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 123, "address": "0x742d35cc6634c0532925a3b844bc454e4438f44e", "label": "Main Treasury", "createdAt": "2023-11-07T05:31:56Z" } ], "count": 123 }
Returns all wallets for the authenticated organization.
API key for authentication. Pass your key in the x-api-key header.
x-api-key
List of wallets
Show child attributes
Number of items returned