curl --request GET \
--url https://api.caminotreasury.com/v1/wallets/{address} \
--header 'x-api-key: <api-key>'{
"id": 123,
"address": "<string>",
"label": "<string>",
"type": "internal",
"owner": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"teamId": "<string>",
"privyWalletId": "<string>"
}Returns a single wallet by its Ethereum address.
curl --request GET \
--url https://api.caminotreasury.com/v1/wallets/{address} \
--header 'x-api-key: <api-key>'{
"id": 123,
"address": "<string>",
"label": "<string>",
"type": "internal",
"owner": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"teamId": "<string>",
"privyWalletId": "<string>"
}API key for authentication. Pass your key in the x-api-key header.
Ethereum wallet address
^0x[a-fA-F0-9]{40}$Wallet details