curl --request GET \ --url https://api.rulebook.company/api/v1/fee-schedule-results/ \ --header 'x-rulebook-api-access-key: <api-key>'
Copy
{ "message": "You are not authorized to perform this action. Invalid API key.", "data": [], "query_time": null, "success": false, "disable_jsonable_encoder": false, "status_code": 401}
Fee Schedule Results
List Fee Schedule Results
Query fee schedule results with filtering, sorting, and pagination
GET
/
fee-schedule-results
List fee schedule results
Copy
curl --request GET \ --url https://api.rulebook.company/api/v1/fee-schedule-results/ \ --header 'x-rulebook-api-access-key: <api-key>'
Copy
{ "message": "You are not authorized to perform this action. Invalid API key.", "data": [], "query_time": null, "success": false, "disable_jsonable_encoder": false, "status_code": 401}
Returns a paginated list of fee schedule results with comprehensive filtering. Each result represents a single fee or rebate line item extracted from an exchange’s fee schedule document.Results are automatically scoped to exchanges associated with your API key.
Authorization Required - Include your API key in the
x-rulebook-api-access-key header. Contact
sales@rulebook.company to obtain access.
All filter parameters accept multiple values using repeated query parameters (e.g., ?exchange_name=Nasdaq&exchange_name=fee_cboe_us_options). Multiple values are combined with OR logic.
Filter by exchange identifier(s) — use values from the exchange_names field returned by Get Available FiltersExample:?exchange_name=fee_cboe_us_options&exchange_name=Nasdaq
When true, returns only the most recent version per unique (supplier,
fee_type) combination. Use this to get only the current fee data without
historical versions.
{ "message": "You are not authorized to perform this action. Invalid API key.", "data": [], "query_time": null, "success": false, "disable_jsonable_encoder": false, "status_code": 401}