GET
/
v1
/
quotation
/
:symbol
curl --request GET \
  --url https://api.diadata.org/v1/quotation/:symbol
{
    "Symbol": "BTC",
    "Name": "Bitcoin",
    "Address": "0x0000000000000000000000000000000000000000",
    "Blockchain": "Bitcoin",
    "Price": 25692.061459484863,
    "PriceYesterday": 25825.253617593764,
    "VolumeYesterdayUSD": 1323023983.1804218,
    "Time": "2023-09-11T10:15:59.299Z",
    "Source": "diadata.org"
}

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*

Path Parameters

symbol
string
required

Which symbol to get a quotation for, e.g., BTC.

{
    "Symbol": "BTC",
    "Name": "Bitcoin",
    "Address": "0x0000000000000000000000000000000000000000",
    "Blockchain": "Bitcoin",
    "Price": 25692.061459484863,
    "PriceYesterday": 25825.253617593764,
    "VolumeYesterdayUSD": 1323023983.1804218,
    "Time": "2023-09-11T10:15:59.299Z",
    "Source": "diadata.org"
}