Generate a fee estimation quote for a transit payment
settlement_via: Must be ONE_TO_ONEcurrency: Must be USDCrail: Must be SOLANArebalance_fee flag determines how fees are applied to the order:
rebalance_fee: true — Fees are absorbed into the order amount. The total_order_amount equals the order_amount.rebalance_fee: false — Fees are added on top of the order amount. The total_order_amount equals order_amount + total_fee.| Field | Description |
|---|---|
payment_fee | Processing fee (e.g., 0.5% of total amount) |
conversion_fee | Currency conversion fee (0.00 for same-currency settlements) |
withdrawal_fee | Withdrawal fee from the provider |
gas_fee | Blockchain gas fee including ATA creation cost if applicable |
total_fee | Sum of all fees |
total_order_amount | Final order amount (depends on rebalance_fee flag) |
ata_fee_applied | Whether an Associated Token Account creation fee was included in the gas fee |
expire_at timestamp. A new quote must be generated if the previous one has expired.Bearer token authentication. Obtain token from /v1/oauth/token endpoint
Quote created successfully