Current price
Get the current prices for the requested pair
POST
https://price.api.watchdata.io/price/current_price?api_key=your_api_key
Parameters
base_symbol
- the first ticker about which you are requesting for a rate;
quote_symbol
- the second ticker to which you get the rate relative to the first ticker.
Request
Returns
base_symbol
- the first ticker about which you are requesting for a course;
quote_symbol
- the second ticker to which you get the rate relative to the first ticker;
price
- current price;
created_at
- date relative to which the current price is provided.
Response
Last updated