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. |
to | string | To currency code e.g. |
payInMethod | string |
|
payOtMethod | sting |
|
amountIn | number | Quote amount |
Last updated