Skip to main content
GET
/
virtual-users
List Virtual Users
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

address
string

Virtual user identifier in virtual: format

type
string

Virtual user type (e.g. BALANCE, CEX)

label
string

User-defined label