Skip to content

This endpoint returns all available verification levels with their limits, so we can easily display them in the frontend.

GET
/api/v1/user/levels

Verification levels retrieved successfully.

Array<object>
object
id
required

The verification level UUID.

string format: uuid
Example
a1b2c3d4-0003-4000-8000-000000000003
level
required

The verification level identifier.

string
Example
hero
buyLimit
required
object
amount
required

The fiat amount.

number format: float
Example
3000
currencyCode
required

The fiat currency code.

string
Example
EUR
sellLimit
required
object
amount
required

The fiat amount.

number format: float
Example
3000
currencyCode
required

The fiat currency code.

string
Example
EUR