Skip to main content
GET
/
virtual-wallet
Get Virtual Wallet
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"
}

Authorizations

x-api-key
string
header
required

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

Response

Virtual wallet details

id
integer
required
organizationId
string
required
address
string
required

Ethereum wallet address

Example:

"0x9b050d78f9e9ae025a0f71a70c24fb175df54b32"

privyWalletId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required