Get exchange rateRetrieve current fiat-to-crypto rates for calculations or display.Endpoint GET /rates cURL Example cURLcurl -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. Updated 18 days ago List supported currenciesCreate an archived invoiceAsk AITable of Contents Endpoint cURL Example Response