Swap Rate

This endpoint allows you to fetch real-time swap rates for cryptocurrency pairs supported by OxaPay. It’s ideal for applications that need the latest cryptocurrency prices to ensure accurate and timely calculations.

post
Header parameters
general_api_keystringRequired

Your General API Key for authentication and authorization.

Content-TypestringRequiredDefault: application/json
Body
from_currencystringRequired

Specify the currency symbol you want to swap from.

Example: BTC
to_currencystringRequired

Specify the currency symbol you want to swap to.

Example: USDT
Responses
200

Successful operation

application/json
post
/general/swap/rate

Last updated