POST
/
ramp
/
order-preview
curl --request POST \
  --url https://api.etherfuse.com/ramp/order-preview \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "amount_fiat": 100,
  "direction": "onramp"
}'
{
  "amount_fiat": 123,
  "amount_crypto": 123,
  "direction": "onramp",
  "settlement_time": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json
Order preview generated successfully

The response is of type object.