Conversion API
Last updated
Was this helpful?
Last updated
Was this helpful?
API specs for conversion workflow, for web portal access, please see .
GET
https://api.aquanow.io/payment/v1/conversion
Get conversion history by ID or time range.
invoiceId*
String
startTime*
String
ISO 8601 format
endTime
String
ISO 8601 format. Default to request time.
POST
https://api.aquanow.io/payment/v1/conversion
Create a conversion invoice by passing conversion info and conversion items(addresses of bills)
baseSymbol*
String
Crypto to convert
quoteSymbol*
String
Fiat to receive
quantity*
Number
Total crypto quantity to convert
items*
Array<{paymentId: string}>
An array of object that contains paymentId
of each bills. They must have the same baseSymbol
and quoteSymbol
DELETE
https://api.aquanow.io/payment/v1/conversion
invoiceId*
String
POST
https://api.aquanow.io/payment/v1/conversion/quote
invoiceId*
String
POST
https://api.aquanow.io/payment/v1/conversion/execute
invoiceId*
String