# 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 %}
