> 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/price.md).

# Price

By using this endpoint, you can instantly retrieve the current prices of all crypto currencies supported by OxaPay.

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

{% 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": object // The real-time price of all supported crypto currencies.
}
```

{% endtab %}
{% endtabs %}

Please note that the price provided in the response may fluctuate over time due to the volatile nature of cryptocurrency markets.

<br>
