For the complete documentation index, see llms.txt. This page is also available as Markdown.

Asset quotes

Returns a stream of quotes for specified assets. If you are falling behind (slow client) you will get warning message first, then error message and disconnection will happen.

get
Authorizations
api_keystringRequired

Coin Metrics API key can be specified as ?api_key= query parameter.

Query parameters
assetsstring[]Required

Comma separated list of assets.
Use a corresponding /catalog-all-v2/asset-{dataType} endpoint for the full list of supported assets for a given data type.

aggregation_methodstringOptional

The method to use for aggregation.

Default: aggregated_spread
backfillstring · enumOptional

What data should be sent upon a connection.
By default the latest values are sent just before real-time data.

Default: latestPossible values:
prettybooleanOptional

Human-readable formatting of JSON responses.

Default: false
Responses
414

Provided URI is too long. It must not be greater than 10000 symbols.

No content

get/timeseries-stream/asset-quotes

No content

Last updated

Was this helpful?