Quotes

Create Quote

post

Get a transfer quote

Authorizations
x-api-keystringRequired
Body
ccy_sourcestringRequired
ccy_deststringRequired
ccy_of_qtystringRequired
qtystringRequired
country_deststringRequired
country_sourcestringRequired
transfer_methodstringRequired
geolocation_latstringRequired
geolocation_longstringRequired
forward_24hbooleanRequired
forward_48hbooleanRequired
defer_feesbooleanRequired
sub_account_idany ofOptional
stringOptional
or
nullOptional
quote_targetany ofOptional
stringOptional
or
nullOptional
quote_target_invertedany ofOptional
booleanOptional
or
nullOptional
spread_target_bpsany ofOptional
stringOptional
or
nullOptional
destination_account_idany ofOptional
stringOptional
or
nullOptional
payment_categoryany ofOptional
stringOptional
or
nullOptional
Responses
200

Successful Response

application/json
Responseany
post
/v1/quotes
POST /api/v1/quotes HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 410

{
  "ccy_source": "text",
  "ccy_dest": "text",
  "ccy_of_qty": "text",
  "qty": "text",
  "country_dest": "text",
  "country_source": "text",
  "transfer_method": "text",
  "geolocation_lat": "text",
  "geolocation_long": "text",
  "forward_24h": true,
  "forward_48h": true,
  "defer_fees": true,
  "sub_account_id": "text",
  "quote_target": "text",
  "quote_target_inverted": true,
  "spread_target_bps": "text",
  "destination_account_id": "text",
  "payment_category": "text"
}

No content

Create Quote Batch

post

Get a batch of fiat --> crypto --> fiat transfer quotes

Authorizations
x-api-keystringRequired
Bodyany[]
itemsanyOptional
Responses
200

Successful Response

application/json
Responseany
post
/v1/quote/batch
POST /api/v1/quote/batch HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2

[]

No content