GET /common/networks
Returns a list of all supported blockchain network identifiers. No authentication required.
Request
Section titled “Request”GET /common/networksExample
Section titled “Example”curl https://api.nearpayments.io/oxapay/v1/common/networksResponse
Section titled “Response”{ "data": { "list": [ "BTC", "ETH", "TRX", "BSC", "POLYGON", "SOL" ] }, "message": "Operation completed successfully!", "error": {}, "status": 200, "version": "1.0.0"}