Subscription
This documentation outlines a set of API endpoints for managing and interacting with TRADE, including fixture subscriptions, data distribution, and market management.
GET /Archive/Download
Downloads logs for a specific fixture from the last 14 days
{"openapi":"3.0.1","info":{"title":"Customers","version":"v1.0"},"servers":[{"url":"https://stm-api.velocityfeed.com","variables":{"host":{"default":"https://stm-api.velocityfeed.com"}}}],"paths":{"/Archive/Download":{"get":{"tags":["Archive"],"summary":"Downloads logs for a specific fixture from the last 14 days","parameters":[{"name":"FixtureId","in":"query","required":true,"schema":{"type":"string"}},{"name":"PackageId","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"UserName","in":"query","required":true,"schema":{"type":"string"}},{"name":"Password","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success"}}}}}}
POST /Fixtures/Subscribe
Subscribes to specific fixtures based on their IDs.