Skip to main content
POST
Create FX Quote

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Body

application/json
from
string
required
Example:

"USD"

to
string
required
Example:

"PHP"

Response

200 - application/json

create an fx quote

id
string<uuid>
required
Example:

"57c74c5d-38a0-41e7-a19e-161f16dc4898"

from
string
required
Example:

"USD"

to
string
required
Example:

"PHP"

rate
string
required
Example:

"56.1234"

expirationTimestamp
string<date-time>
required
Example:

"2025-05-29T21:42:52Z"