Currency rate

Exchange rates used by our system

GET

https://api.fps.pro/common/prices

Request examples

curl --request GET 'https://api.fps.pro/common/prices' \

Successful response

{
  "status": 200,
  "message": "ok",
  "data": [
    {
      "from": "USDT",
      "to": "BTC",
      "rate": 0.00001058
    }
  ]
}

Errors

Detailed authorization errors are listed in Authorization - Errors

Forbidden

The invoice is not found

Request validation failed

Internal server error