Skip to content
Alchemy Logo

Get Tickers

GET
/{apiKey}/api/v2/tickers/

Returns the Litecoin currency rate for the specified currency and timestamp. If the requested currency is unavailable for that timestamp, the closest rate is returned with the actual rate timestamp.

Heads up: this endpoint currently returns HTTP 503 Unable to complete request at this > time on the Alchemy proxy. The schema and request shape below are documented for > reference; "Try It" will not return live data until the upstream service is restored.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Query Parameters

stringoptional

Fiat or crypto currency code (e.g. usd, eur, eth). Omit to return all.

integeroptional

Unix timestamp. Omit to return the latest.

stringoptional

Block height or hash whose timestamp should be used for historical rates.

stringoptional

Token symbol or contract/address key for token-specific rates.

Responses

200

Currency rate response.

400

Malformed request.

Was this page helpful?