GET /payment/accepted-currencies
Returns the list of cryptocurrency symbols that your merchant account is configured to accept. Requires authentication.
Request
Section titled “Request”GET /payment/accepted-currenciesExample
Section titled “Example”curl https://api.nearpayments.io/oxapay/v1/payment/accepted-currencies \ -H "merchant_api_key: YOUR_API_KEY"Response
Section titled “Response”{ "data": { "list": [ "BTC", "ETH", "USDT", "LTC", "TRX" ] }, "message": "Operation completed successfully!", "error": {}, "status": 200, "version": "1.0.0"}