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