{ "opencollection": "1.0.0", "info": { "name": "SynFutures RWA Trading Cash Market Data API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Market Data", "type": "folder" }, "items": [ { "info": { "name": "On-chain market config", "type": "http" }, "http": { "method": "GET", "url": "https://base-api.synfutures.com/rwa/trading/api/v1/config" }, "docs": "Returns the on-chain market configuration for the RWA trading venue." }, { "info": { "name": "Tradable symbols", "type": "http" }, "http": { "method": "GET", "url": "https://base-api.synfutures.com/rwa/trading/api/v1/symbols" }, "docs": "Lists tradable symbols and their tradability status." }, { "info": { "name": "Real-time quote", "type": "http" }, "http": { "method": "GET", "url": "https://base-api.synfutures.com/rwa/trading/api/v1/prices/:symbol", "params": [ { "name": "symbol", "value": "", "type": "path", "description": "Tradable symbol." } ] }, "docs": "Real-time quote" }, { "info": { "name": "K-line history", "type": "http" }, "http": { "method": "GET", "url": "https://base-api.synfutures.com/rwa/trading/api/v1/prices/:symbol/history", "params": [ { "name": "symbol", "value": "", "type": "path", "description": "Tradable symbol." } ] }, "docs": "K-line history" }, { "info": { "name": "Underlying quote", "type": "http" }, "http": { "method": "GET", "url": "https://base-api.synfutures.com/rwa/trading/api/v1/underlying/:symbol/price", "params": [ { "name": "symbol", "value": "", "type": "path", "description": "Tradable symbol." } ] }, "docs": "Underlying quote" }, { "info": { "name": "Corporate actions", "type": "http" }, "http": { "method": "GET", "url": "https://base-api.synfutures.com/rwa/trading/api/v1/corporate-action" }, "docs": "Corporate actions" } ] } ], "bundled": true }