POST
/
ramp
/
order-preview
curl --request POST \
  --url https://api.etherfuse.com/ramp/order-preview \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amountFiat": 100,
  "direction": "onramp"
}'
{
  "amountFiat": 123,
  "amountCrypto": 123,
  "direction": "onramp",
  "settlementTime": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Order preview generated successfully

The response is of type object.