Oracle Data Sources
For assets that are deployed on DIA's oracles there is a special endpoint for tracking data sources used to calculate the price of an asset.
The data feed will return a list of exchanges and pairs with volume data for the requested asset.
Data feed stats
GET
https://api.diadata.org/v1/feedStats/:blockchain/:address
Get markets and volume data for asset deployed on oracle.
Example: https://api.diadata.org/v1/feedStats/Ethereum/0x0000000000000000000000000000000000000000
Path Parameters
Name | Type | Description |
---|---|---|
blockchain* | String | A valid blockchain from GET /v1/blockchains, e.g., Ethereum. |
address* | String | A valid asset address from GET /v1/token/:symbol, e.g., 0x0000000000000000000000000000000000000000 for ETH. |
Feed returns data only for assets that are deployed on oracles
Last updated