GET /common/prices
Returns a map of cryptocurrency symbols to their current USD price. No authentication required.
Request
Section titled “Request”GET /common/pricesExample
Section titled “Example”curl https://api.nearpayments.io/oxapay/v1/common/pricesResponse
Section titled “Response”{ "data": { "BTC": 60000, "ETH": 3000, "USDT": 1, "LTC": 80 }, "message": "Operation completed successfully!", "error": {}, "status": 200, "version": "1.0.0"}