get_quote
Get a binding fee quote for a DPX settlement, including core, FX, ESG, and license fees, with a 5-minute valid quote ID.
Instructions
Get a binding fee quote for a DPX settlement. Returns core fee (0.85%), FX fee (0.40% cross-currency), live ESG fee (0–0.50%), license fee (0.01%), total all-in rate, net amount, oracle status, AI reasoning, and a quoteId valid for 300 seconds. Always get a quote before settling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountUsd | Yes | Settlement amount in USD | |
| hasFx | No | True if source and destination currencies differ (e.g. USD→EUR). Adds 0.40% FX fee. | |
| esgScore | No | ESG score 0–100. Score 100 = 0% fee. Score 75 = 0.125% fee. Score 0 = 0.50% fee. | |
| monthlyVolumeUsd | No | Monthly volume for discount tier. $10M+ = Sovereign (30% off core fee). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | No | ||
| amountUsd | No | ||
| netAmountUsd | No | ||
| fees | No | ||
| oracleStatus | No | ||
| oracleScore | No | ||
| reasoning | No | ||
| expiresAt | No | ||
| tier | No |