Price
By using this endpoint, you can instantly retrieve the current prices of all crypto currencies supported by OxaPay.
POST
https://api.oxapay.com/api/prices
{
"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.
}
Please note that the price provided in the response may fluctuate over time due to the volatile nature of cryptocurrency markets.
Last updated