post
https://penny-api-restricted-dev.alfredpay.io/api/v1/third-party-service/penny/quotes
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,toCurrencyand at least one offromAmountortoAmount. chainis 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.
- Note: If target chain is XLM and on-chain destination is used, downstream flows may require a
Notes:
- Request must include service headers
api-keyandapi-secret. - The returned quote is indicative and may expire; callers should check the expiration and re-request when necessary.
