integrator and fee.
How it works
Both values are forwarded to Delora/v1/quotes requests:
integratoris sent as theintegratorquery parameterfeeis sent as thefeequery parameter
Supported fields
| Field | Type | Description |
|---|---|---|
integrator | string | Optional integrator identifier attached to quote requests |
fee | number | Optional fee value in the range 0..0.1 |
fee: 0.03 means a 3% fee value is sent to the quote API.
Validation
The widget validatesfee before requesting quotes.
- valid range:
0..0.1 - invalid values are ignored
- invalid values trigger
onError({ source: "configuration" })

