Get most recent information on the currency corresponding to symbol. Quotations are obtained by filtering trades data with a Moving Average filter and Interquartile Range outlier detection (MAIR).
GET
/
v1
/
quotation
/
{symbol}
Token Price Quotation (by symbol)
Copy
Ask AI
curl --request GET \ --url https://api.diadata.org/v1/quotation/{symbol}
this endpoint is intended for testing purposes only; if multiple assets with
the same symbol exists, data for the highest volume generating asset will be
returned*