πGet Current Price
This endpoint breaks down cryptocurrency purchase pricing, including fees, markups, and conversions, so that you can display accurate costs to your users before order creation.
Request Data:
{
"api_key": "",
"payment_method": "creditcard",
"fiat_currency": "USD",
"fiat_amount": 500,
"crypto_currency": "ETH",
"crypto_amount": 1,
"region": "BE"
}Markup Parameter
Request Data with Markup:
{
"api_key": "",
"payment_method": "creditcard",
"fiat_currency": "USD",
"fiat_amount": 500,
"crypto_currency": "ETH",
"crypto_amount": 1,
"markup": 3,
"region": "BE"
}Request Definition:
Response data:
Response Definition:
Last updated