Tether price calculator provides a simple API to get the Tether price.
Return the current Tether price
Usage
https://tetherpricecalc.com/api?action=price¤cy=<currency>
Replace <currency> with the desired currency.
Available currencies:
Example
https://tetherpricecalc.com/api?action=price¤cy=USD
Response
{"price":"1","date":"2022-10-16 14:17:00"}
Return the Tether price from a specific date.
Usage
https://tetherpricecalc.com/api?action=price¤cy=<currency>&date=<date>
Replace <currency> with the desired currency.
Available currencies:
Replace <date> with the desired date.
Example
https://tetherpricecalc.com/api?action=price¤cy=USD&date=2021-01-01
Response
{"price":"1.0024","date":"2021-01-01 00:00:00"}