Download OpenAPI specification:Download
Generates a secure binary payload for the nano in order to authorize the transaction.
Info for generating payload
OK
Deposit wallet not available.
Not found error.
When the user's IP address is in a restricted region.
{- "quoteId": "string",
- "amount": "string",
- "refundAddress": "string",
- "fromCryptoCurrency": "string",
- "toFiatCurrency": "string",
- "payloadCryptoCurrency": "string",
- "nonce": "string",
- "slippage": "string"
}
{- "sellId": "SELL-ID-165940",
- "amount": "1.337",
- "payinAddress": "0xa0b86991c627e936c1d19d4a2e90a2ce3606eb48",
- "createdAt": "2030-05-26T14:13:39",
- "providerFees": "0.0001",
- "referralFees": "0.0001",
- "providerSig": {
- "payload": "CgUweGZmZhoFMHhmZmYqBTB4ZmZmOgNCVENCA0JBVEoIMTIwMDAwMDBSCDExNTAwMDAwWhF2ZXJ5IGxvbmd1ZSBub25jZQ==",
- "signature": "MEUCIBRm4PrdgRw0aBwRepuOGGRmR/YPcCoyKNJ7UDjFO030AiEA/VT0anolum0a3X/9lGPeovZHqzeDG9brcUB4zhYmwbs="
}
}
Updates the status of a sell transaction.
Status update payload
OK
Sell transaction not found.
{- "status": "FINISHED",
- "amount": "string",
- "payinTransactionId": "string",
- "providerFees": "string",
- "referralFees": "string"
}
{- "messageKey": "SELL_TRANSACTION_NOT_FOUND_ERROR",
- "message": "Sell transaction not found. (you can add any useful field as you want)"
}