Get Quote
Get Assets/Networks + Quotes
Last updated
Get Assets/Networks + Quotes
Last updated
The first piece of the integration requires you to build a custom frontend that has the necessary list of assets you want your customers to be able to buy or sell.
For example, you may want to only display USDC, USDT, and ETH assets, and want to build your custom frontend around that. To do so, check the list of available assets. You'll need the Asset symbol
from the /v1/ramp/supported-assets
endpoint, and the Blockchain origin
from the /v1/ramp/blockchains
endpoint to get quotes for the assets you enable customers to buy/sell.
GET
https://api.kado.money/v1/ramp/blockchains
The list of active blockchains available on Kado.
GET
https://api.kado.money/v1/ramp/supported-assets
The list of active assets available on Kado.
Once you're comfortable with the custom frontend you've created to buy/sell crypto, you'll want to get a quote for the asset your customer has selected. Make use of all the relevant fiat -> asset quote amount, gas/network fees, and processing fees.
GET
https://api.kado.money/v2/ramp/quote
The amount of digital assets (BTC, ETH, USDC, etc.) that a user can expect to receive for an input amount of fiat currency (USD, CAD, MXN, etc.).
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
transactionType
String
"buy", "sell"
fiatMethod
String
"ach", "debit_card", "credit_card", "apple_pay_credit", "apple_pay_debit", "wire", "sepa", "pix", "koywe"
partner
String
"fortress"
amount
Number
Amount of the fiat/crypto to quote
Default: 100
asset
String
Cryptocurrency name.
Must match the symbol
field of an asset from the GET Assets response
Default: BTC
blockchain
String
Blockchain name.
Must match the origin
field of a blockchain from the GET Blockchains response
Default: bitcoin
currency
String
"USD", "CAD", "GBP", "EUR", "MXN", "COP", "INR", "CHF", "AUD", "ARS", "BRL", "CLP", "JPY", "KRW", "PEN", "PHP", "SGD", "TRY", "UYU", "TWD", "VND", "CRC", "SEK", "PLN", "DKK", "NOK", "NZD"
X-Widget-Id
String
Your frontend integrator API key