GET
/
v1
/
assetQuotation
/
:blockchain
/
:asset
curl --request GET \
  --url https://api.diadata.org/v1/assetQuotation/:blockchain/:asset
{
    "Symbol": "BTC",
    "Name": "Bitcoin",
    "Address": "0x0000000000000000000000000000000000000000",
    "Blockchain": "Bitcoin",
    "Price": 25703.376586196053,
    "PriceYesterday": 25815.29054321003,
    "VolumeYesterdayUSD": 1317774231.5192668,
    "Time": "2023-09-11T10:07:59.944Z",
    "Source": "diadata.org",
    "Signature": "0x8e0ffd0f2aac9306a6605e82f87856859b0666f1e600c9247b2935bfe52ded71061aa0c04e83dde4b6272a3057b5b93d9395ed5d8e1f033d1b25b04e73e1680101"
}

Path Parameters

blockchain
string
required

Name of the blockchain for requested asset

asset
string
required

Address of the requested asset for this data

{
    "Symbol": "BTC",
    "Name": "Bitcoin",
    "Address": "0x0000000000000000000000000000000000000000",
    "Blockchain": "Bitcoin",
    "Price": 25703.376586196053,
    "PriceYesterday": 25815.29054321003,
    "VolumeYesterdayUSD": 1317774231.5192668,
    "Time": "2023-09-11T10:07:59.944Z",
    "Source": "diadata.org",
    "Signature": "0x8e0ffd0f2aac9306a6605e82f87856859b0666f1e600c9247b2935bfe52ded71061aa0c04e83dde4b6272a3057b5b93d9395ed5d8e1f033d1b25b04e73e1680101"
}