Sync with Waxpeer session to auto-fill API key

Get current TRX price

GET/v1/payment/currencies/trx

Returns the current TRX price in USD

Parameters

No query parameters.

Responses

200 successful operation

Response
{
  "success": true,
  "price": 0.234,
  "msg": "string"
}