List assets supported by the platform.
features
field will indicate the available features for the user.
sort
query parameter. Below are the available sorting options:
By name
sort=name:asc
or sort=name:desc
to sort in ascending or descending order, respectively.By code
sort=code:asc
or sort=code:desc
to sort in ascending or descending order, respectively.By price
sort=price:asc
or sort=price:desc
to sort in ascending or descending order, respectively.By price variance
price-delta
allows you to sort assets by gainers and losers, showing assets with the highest and lowest price changes in a given interval.To sort by price delta, use the sort=price-delta:asc:<interval>
or sort=price-delta:desc:<interval>
to sort in ascending or descending order, respectively, where interval
can be one-hour
, one-day
, one-week
, one-month
or one-year
.By market cap
sort=market-cap:asc
or sort=market-cap:desc
to sort in ascending or descending order, respectively.OAuth 2.0 authentication.
Sort assets by a criterion.
code:asc
, code:desc
, name:asc
, name:desc
, price:asc
, price:desc
, price-delta:asc:one-hour
, price-delta:asc:one-day
, price-delta:asc:one-week
, price-delta:asc:one-month
, price-delta:asc:one-year
, price-delta:desc:one-hour
, price-delta:desc:one-day
, price-delta:desc:one-week
, price-delta:desc:one-month
, price-delta:desc:one-year
, market-cap:asc
, market-cap:desc
Assets list retrieved.
The response is of type object
.