List assets
GET {{baseUrl}}/assets
Retrieve all available assets
Pagination options are available via the query parameters.
Allowed roles: VIEWER and EDITOR
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
pageToken | string | The pageToken parameter identifies a specific page in the result set that should be returned. | |
| In an API response, the nextPageToken property identifies other pages that could be retrieved. | |||
limit | number | (Optional query) Limit the number of results. |
Accepts a positive integer between 1 and 100. Default: 100
Note that the sever may choose to ignore this parameter and use a lower value.
Example: 20 |
| sort | string | | (Optional query) Sorting order |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
tangany-version | number | (Required) API version | |
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"BTC","name":"Bitcoin"},{"id":"BTC","name":"Bitcoin"}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":18197546.45520498,"resultsPerPage":42560752.95196}}