Download OpenAPI specification:Download
{- "fiatCurrencyCapabilities": [
- {
- "fiat": "EUR"
}, - {
- "fiat": "USD"
}, - {
- "fiat": "GBP"
}
], - "cryptoCurrencyCapabilities": [
- {
- "id": "BTC",
- "network": "bitcoin",
- "minAmount": 0.01,
- "maxAmount": 0.5
}
], - "countriesCapabilities": [
- {
- "country": "FR",
- "paymentMethods": [
- {
- "name": "sepa",
- "minMaxRestrictions": [
- {
- "fiat": "EUR",
- "minAmount": 30,
- "maxAmount": 3000
}
]
}, - {
- "name": "visa",
- "minMaxRestrictions": [
- {
- "fiat": "EUR",
- "minAmount": 10,
- "maxAmount": 1000
}
]
}
]
}, - {
- "country": "US",
- "paymentMethods": [
- {
- "name": "sepa",
- "minMaxRestrictions": [
- {
- "fiat": "USD",
- "minAmount": 30,
- "maxAmount": 3000
}
]
}, - {
- "name": "visa",
- "minMaxRestrictions": [
- {
- "fiat": "USD",
- "minAmount": 10,
- "maxAmount": 1000
}
]
}
]
}, - {
- "country": "GB",
- "paymentMethods": [
- {
- "name": "sepa",
- "minMaxRestrictions": [
- {
- "fiat": "GBP",
- "minAmount": 10,
- "maxAmount": 3000
}
]
}, - {
- "name": "visa",
- "minMaxRestrictions": [
- {
- "fiat": "GBP",
- "minAmount": 30,
- "maxAmount": 1000
}
]
}
]
}
]
}
OK
Invalid value for: query parameter from, Invalid value for:query parameter to, Invalid value for: query parameter paymentMethod...
Error sent by the provider
{- "quoteId": "CC14E626-CF1B-4EDA-AF5E-766FFD5A3457",
- "amountFrom": "1",
- "amountTo": "270.864632",
- "providerFees": "0.0001",
- "referralFees": "0.0001",
- "expiry": "2022-04-04T09:10:51+0000"
}
Generates a secure binary payload for the nano in order to authorize the transaction.
/quote
). The partner should retrieve the quote data (amounts…) from this id.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)"
}