Get assets under management

This endpoint is responsible for providing a list with all assets under management.

SecuritybearerAuth
Request
query Parameters
currency
required
string

Currency

Example: currency=EUR
user_id
string <uuid>

User ID

Example: user_id=1ee9416a-29ff-69c4-82ec-ebf1a0d39160
top
integer

Return only first N results

Example: top=5
exclude-zero-balance
boolean

Set it true if you want to exclude assets with zero balance

Example: exclude-zero-balance=true
asset_id
string <uuid>

Asset ID

Example: asset_id=1ee9416a-29ff-69c4-82ec-ebf1a0d39160
Responses
200

Assets under management retrieved successfully

401

Unauthorized

422

Error

500

Error

get/v1/stats/get-assets
Request samples
Response samples
application/json
{}