Crypto Price API
Price API
Our API offers up-to-date prices for over 1000 + cryptocurrencies.
We offer live data 24/7! Due to its accuracy across multiple markets, our API is sure to be an essential tool for any developer or entrepreneur looking to integrate cryptocurrency into the product.
Problems
By making a blockchain app, you can't get current and historical prices directly from the blockchain
Not all API services support the tokens I need
Data is very slow to give and can be too expensive
Solutions
Our API provides both historical and current cryptocurrency rates
Over 1000+ cryptocurrency. You can also get rates to fiat currencies!
With the free rate the information will be delivered in the shortest time.
Example of endpoints for Price API
Get prices of all the tokens at once by calling the All tickers endpoint. On the Current price endpoint, you can get currency rates.
'https://price.api.watchdata.io/price/all_tickers?
api_key=your_api_key' \
--header 'x-api-key: your_api_key'
"VGX",
"DODO",
"1INCHDOWN",
"BAND",
"ICX",
"BKRW",
"PUNDIX",
"APPC",
api_key=your_api_key' \
--header 'x-api-key: your_api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"quote_symbol": "ETH"
"quote_symbol": "ETH",
"price": 14.75035032082012,
"created_at": "2022-05-16T13:42:20+00:00