get_market_data
Fetch data from an endpoint returned by search_market_data. Without a subscription this returns a REAL but delayed sample at no cost — enough to see the exact response shape and judge the data. With an active subscription key it returns live data. Live data is also purchasable per call in USDC over x402 at https://api.losbeto.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters, e.g. {"symbol": "PETR4"}. | |
| endpoint | Yes | Endpoint path, e.g. '/br-macro' or '/oracle-consensus'. |