curl --request GET \
--url https://api.caminotreasury.com/v1/virtual-wallet \
--header 'x-api-key: <api-key>'{
"id": 123,
"organizationId": "<string>",
"address": "0x9b050d78f9e9ae025a0f71a70c24fb175df54b32",
"privyWalletId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Returns the organization’s Privy-managed virtual wallet used for USDC/USDT → C0 sweeping.
curl --request GET \
--url https://api.caminotreasury.com/v1/virtual-wallet \
--header 'x-api-key: <api-key>'{
"id": 123,
"organizationId": "<string>",
"address": "0x9b050d78f9e9ae025a0f71a70c24fb175df54b32",
"privyWalletId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}API key for authentication. Pass your key in the x-api-key header.