> For the complete documentation index, see [llms.txt](https://docs.oxapay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxapay.com/legacy/api-reference/supported-networks.md).

# Supported Networks

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

<mark style="color:green;">`POST`</mark> `https://api.oxapay.com/api/networks`

{% tabs %}
{% tab title="200: OK " %}

```json
{
  "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.
}
```

{% endtab %}
{% endtabs %}
