Create a Quote
Authentication
Path parameters
Request
Request body for creating a Quote intended to guarantee a rate for a
conversion between user wallets. Includes optional Fees and UserMargin
parameters. Use this variant when the corresponding conversion will be a
user-wallet-to-user-wallet conversion.
Request body for creating a Quote intended to guarantee a rate for a
client-wallet conversion. Fees must not be sent (the conversion attempt
will return a 400 if its QuoteId includes fees) and UserMargin is
disregarded by the conversion if sent.
Response
Max length: 128 characters (see data formats for details)
The unique identifier of the object.
Unix timestamp (UTC) of the date and time the object was created.
Unix timestamp (UTC) of the date and time the quote expires and can no longer be used.
Returned values: ACTIVE, EXPIRED
The status of the quote:
ACTIVE– The quote can be used to execute a quoted conversion.EXPIRED– The quote can’t be used because theExpirationDateis passed.
Information about the fees taken by the platform for this transaction (and hence transferred to the Fees Wallet).
Note: The fees currency must match the debited funds currency.
Information about the Fees sent in the request.
Information about the MarketRate used to convert funds and other indicative rates.
Max. length: 255 characters
Custom data that you can add to this object.