Get a list of available assets

The endpoint returns a list of all assets enabled globally for the Partner. The list is sortable. To get specific infos for your asset you need to add the asset ID in your get request.

SecuritybearerAuth
Request
query Parameters
types[]
Array of strings

Asset types

Items Enum: "cryptocoin" "commodity" "index" "security"
Example: types[]=cryptocoin&types[]=index
groups[]
Array of strings

Asset groups

Items Enum: "coin" "token" "metal" "index" "stock" "etf" "etc"
Example: groups[]=coin&groups[]=token
type
string

Asset type

Enum: "cryptocoin" "commodity" "index" "security"
Example: type=cryptocoin
group
string

Asset group

Enum: "coin" "token" "metal" "index" "stock" "etf" "etc"
Example: group=coin
page_size
integer

Number of elements to be displayed on a page

Example: page_size=1
page
integer

Display page number

Example: page=1
sort_by
string

Sort assets

Enum: "change_24h" "change_1w" "change_1m" "change_1y" "display_price" "market_cap"
Example: sort_by=market_cap
sort_order
string

Sort order

Enum: "asc" "desc"
Example: sort_order=desc
tags[]
Array of strings

Asset tags

Example: tags[]=asset_tag.group.europe&tags[]=asset_tag.group.payments
q
string

Query to search assets by name or symbol

Example: q=btc
currency
string

Indicates the currency symbol used to fetch values in a particular monetary unit

Example: currency=USD
Responses
200

List assets

401

Unauthorized

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/assets
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    },
  • "links": {
    }
}