Skip to content

GET /common/prices

Returns a map of cryptocurrency symbols to their current USD price. No authentication required.

GET /common/prices
Terminal window
curl https://api.nearpayments.io/oxapay/v1/common/prices
{
"data": {
"BTC": 60000,
"ETH": 3000,
"USDT": 1,
"LTC": 80
},
"message": "Operation completed successfully!",
"error": {},
"status": 200,
"version": "1.0.0"
}