Create a Quote

Generates a new financial quote for a currency transfer or payment based on the provided parameters. The quote will include rates, fees, and estimated amounts.

Behavior and validations:

  • Required fields: fromCurrency, toCurrency and at least one of fromAmount or toAmount.
  • chain is optional but when provided must be one of the supported chains.
  • Currency values must be valid symbols (see currencyEnum).
  • The API returns the calculated quote, including fromAmount, toAmount, fees and expiration.

Example usage: POST /third-party-service/penny/quotes Body: { "fromCurrency": "MXN", "toCurrency": "USDC", "fromAmount": "100.00", "chain": "MATIC" }

Supported chains (when applicable):

  • ETH, MATIC, XLM, OP, ARB, BASE, TRX, SOL, CELO, AVAX, BNB.
    • Note: If target chain is XLM and on-chain destination is used, downstream flows may require a memo.

Notes:

  • Request must include service headers api-key and api-secret.
  • The returned quote is indicative and may expire; callers should check the expiration and re-request when necessary.
Language
URL
Click Try It! to start a request and see the response here!