Skip to content

GET /common/networks

Returns a list of all supported blockchain network identifiers. No authentication required.

GET /common/networks
Terminal window
curl https://api.nearpayments.io/oxapay/v1/common/networks
{
"data": {
"list": [
"BTC",
"ETH",
"TRX",
"BSC",
"POLYGON",
"SOL"
]
},
"message": "Operation completed successfully!",
"error": {},
"status": 200,
"version": "1.0.0"
}