Skip to main content

Get USDT Quotation

Retrieves the current price of the USDT cryptocurrency.

Making a Request

The call should be made using the GET method.

URL
  /v1/crypto/quotations/usdt

Success

If the operation is successful, a JSON response with the status 200 - OK is returned.

HTTP 201 Response Body - Example
{
"brl_price": "5.51486348"
}

Errors

In case of errors, a JSON response is returned with the error attribute specifying the reason for the failure.

HTTP 400 Response Body - Example
  {
"msg": "Operation failed! Please try again or contact our support team"
}
HTTP 500 Response Body - Example
  {
"error": "Operation failed! Please try again or contact our support team"
}