Current price request
Last updated
Last updated
The method allows you to get the current price of an asset in relation to another
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Body of current price request
Outgoing coin
Incoming coin
POST /api-gateway/price-rate HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"from": "",
"to": ""
}
{
"success": true,
"response": "2000"
}