Request Quote
Requests quote
POST
https://api.sandbox.coindirect.com/api/v1/quote
Requests a quote. Use an estimate
query parameter if you want to get a quote estimation instead of creating a new one.
Query Parameters
Name
Type
Description
estimate
Boolean
True if you want to get a quote estimation with no real quote to be created
Headers
Name
Type
Description
Authorization*
String
HAWK Token. See API Authentication page
Request Body
Name
Type
Description
merchantId
string
Merchant ID
from
string
From currency code e.g. ETH
to
string
To currency code e.g. EUR
payInMethod
string
wallet
payOtMethod
sting
wallet
if you convert funds between your wallets
amountIn
number
Quote amount
Last updated