GET /football-history
Endpoint
GET https://odds360.sportmicro.com/football-history
Purpose
Use this endpoint to retrieve historical football Odds360 records.
Typical use cases
- review previous odds states
- inspect odds movement over time
- support auditing or backtesting workflows
Recommended flow
- Identify the football match in SportMicro.
- Keep the same
match_idand match metadata. - Call
GET /football-historywhen you need historical context instead of only the current state.
Example
curl "https://odds360.sportmicro.com/football-history"
Notes
- Use
GET /footballfor the current feed. - Use the WebSockets page for real-time updates.