GET v0/rate

Get the current exchange rate of TIA to t.tia

Fetches the real-time exchange rate for micro TIA on the celestia block chain to our LST t.tia. It represents the total utia staked / total issued t.tia tokens. It is used in our LST issuance and redemption. (eg. amount of tia staked / exchange_rate = t.tia issued)

Request

curl \
  -H 'Authorization: Bearer <YOUR API KEY>' \
  'https://t.tech/v0/rate'

Query Parameters

network
stringoptional

The LST network from which you want the rate. Can be either mainnet or testnet. Defaults to mainnet if no value is specified.

Response

JSON object
exchangeRatestring

The current exchange rate of micro TIA to t.tia.

Example Response