Supported Networks

The endpoint allows users to retrieve the list of blockchain networks supported by OxaPay for cryptocurrency transactions.

POST https://api.oxapay.com/api/networks

{
  "result": integer, // The result code indicates the success or failure of the request.
  "message": string, // A message providing additional information about the result.
  "data": array of strings, // An array containing the names of the supported blockchain networks.
}

Last updated