Skip to main content
POST
Generate quote

Authorizations

X-API-KEY
string
header
required

Your partner API key.

X-API-SECRET
string
header
required

Your partner API secret.

Path Parameters

userId
string<uuid>
required

Identifier of the end user the resource belongs to.

Example:

"8f14e45f-ceea-467a-9a3f-1b2c0d4e5f60"

Body

application/json
sourceCurrency
string
required

Currency being sent.

destinationCurrency
string
required

Currency the recipient receives.

sourceAmount
string
required

Amount to send, as a decimal string.

endlTransactionMode
string
required

Transfer mode, for example STABLE_COIN_TO_FIAT.

recipientId
string

Recipient the funds are destined for.

Response

Success

code
integer
Example:

200

message
string
Example:

"Success"

status
enum<string>
Available options:
SUCCESS,
ERROR
Example:

"SUCCESS"

data

Successful responses share the standard envelope. The shape of data for this endpoint is not yet captured in this specification — see the note on the API reference overview.

errors
object[]
Example: