curl --request GET \
--url https://api.octav.fi/v1/virtual-users \
--header 'Authorization: Bearer <token>'[
{
"address": "virtual:a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"type": "BALANCE",
"label": "My Virtual Portfolio"
}
]List all virtual users belonging to the authenticated API user. Requires a Pro subscription — virtual users are created in the Octav Pro app.
Cost: 1 credit per call
Get your API key: Dev Portal
curl --request GET \
--url https://api.octav.fi/v1/virtual-users \
--header 'Authorization: Bearer <token>'[
{
"address": "virtual:a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"type": "BALANCE",
"label": "My Virtual Portfolio"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?