Get exchange rate

Retrieve current fiat-to-crypto rates for calculations or display.

Endpoint

GET /rates

cURL Example

curl -X GET https://api.itispay.com/api/v1/rates \
-H "Api-key: YOUR_API_KEY"

Response

  • 200 OK: JSON with "rates" object, e.g., {"BTC": 50000.0, "ETH": 3000.0} (rates in EUR).
  • 429: Too many requests.
  • 500: Server error.