List assets
Assets
List assets
List assets supported by the platform.
GET
List assets
If the subject calling the endpoint is a user, the response will be contextualized accordingly. As an example, theDocumentation Index
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
features field will indicate the available features for the user.
Sorting
You can sort the assets by using thesort query parameter. Below are the available sorting options:
By name
By name
To sort by name, use the
sort=name:asc or sort=name:desc to sort in ascending or descending order, respectively.By code
By code
To sort by code, use the
sort=code:asc or sort=code:desc to sort in ascending or descending order, respectively.By price
By price
To sort by current price, use the
sort=price:asc or sort=price:desc to sort in ascending or descending order, respectively.By price variance
By price variance
The
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, one-year, or five-years.By market cap
By market cap
To sort by market cap, use the
sort=market-cap:asc or sort=market-cap:desc to sort in ascending or descending order, respectively.Authorizations
OAuth 2.0 authentication.
Query Parameters
Filter assets by type.
Maximum array length:
25The type of the asset.
Available options:
fiat, crypto Sort assets by a criterion.
Available options:
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:asc:five-years, 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, price-delta:desc:five-years, market-cap:asc, market-cap:desc Response
200 - application/json
Assets list retrieved.