API Usage

Tether price calculator provides a simple API to get the Tether price.

Return the current Tether price

Usage

https://tetherpricecalc.com/api?action=price&currency=<currency>

Replace <currency> with the desired currency.

Available currencies:

  • BRL
  • BTC
  • EUR
  • RUB
  • TRY
  • USD

Example

https://tetherpricecalc.com/api?action=price&currency=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&currency=<currency>&date=<date>

Replace <currency> with the desired currency.

Available currencies:

  • BRL
  • BTC
  • EUR
  • RUB
  • TRY
  • USD

Replace <date> with the desired date.

Example

https://tetherpricecalc.com/api?action=price&currency=USD&date=2021-01-01

Response

{"price":"1.0024","date":"2021-01-01 00:00:00"}