Skip to main content
GET
/
wallets
List Wallets
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
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Response

List of wallets

data
object[]
count
integer

Number of items returned