Skip to content

GET /payment/accepted-currencies

Returns the list of cryptocurrency symbols that your merchant account is configured to accept. Requires authentication.

GET /payment/accepted-currencies
Terminal window
curl https://api.nearpayments.io/oxapay/v1/payment/accepted-currencies \
-H "merchant_api_key: YOUR_API_KEY"
{
"data": {
"list": [
"BTC",
"ETH",
"USDT",
"LTC",
"TRX"
]
},
"message": "Operation completed successfully!",
"error": {},
"status": 200,
"version": "1.0.0"
}