Get assets under management grouped by type

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

SecuritybearerAuth
Request
query Parameters
currency
required
string

Currency

Example: currency=EUR
view-type
required
string

View type

Enum: "asset_type" "asset_group_name"
Example: view-type=asset_type
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-type-group
Request samples
Response samples
application/json
{
  • "assets": [
    ],
  • "total_assets_fiat_value": "32331.55"
}