2. Create Quote
POST {{host}}/v3/profiles/{{active-profile-id}}/quotes
Request Body
{"sourceCurrency"=>"GBP", "targetCurrency"=>"EUR", "sourceAmount"=>100, "targetAmount"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |