{"id":"stillme-collector-lite","card_id":"card_stillme_collector_lite","name":"stillme collector lite contract","description":"Returns the safe public-market-data collector command contract and SQLite schema without fetching private data or placing orders.","stage":1,"safety_level":"data_only_read_only","auth":{"type":"hmac-sha256","required_headers":["x-apex-tool-timestamp","x-apex-tool-nonce","x-apex-tool-content-sha256","x-apex-tool-signature"],"canonical_payload":"APEX-TOOL-V1\\n{tool_id}\\n{timestamp}\\n{nonce}\\n{sha256(canonical_json(body))}"},"input_schema":{"type":"object","properties":{"symbols":{"type":"array","items":{"type":"string"}},"interval":{"type":"number"}}},"output_schema":{"type":"object","properties":{"command":{"type":"string"},"tables":{"type":"array"}}},"sample_input":{"symbols":["BTCUSDT","ETHUSDT"],"interval":0}}