spraay_oracle_fx
Fetch stablecoin exchange rates with depeg detection for USDC, USDT, DAI, and EURC cross-rates. Pay $0.002 USDC per request.
Instructions
Get stablecoin exchange rates with depeg detection. Returns cross-rates between USDC, USDT, DAI, and EURC. Costs $0.002 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base stablecoin for rate calculation (default: 'USDC'). Options: USDC, USDT, DAI, EURC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |