{"openapi":"3.1.0","info":{"title":"Copytrading CRM API","version":"1.0.0"},"servers":[{"url":"http://blofin.space/api/crm/v1"}],"security":[{"bearerAuth":[],"clientId":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"},"clientId":{"type":"apiKey","in":"header","name":"X-CRM-Client-Id"}}},"paths":{"/lead-bindings":{"post":{"summary":"Bind CRM and Telegram lead IDs"}},"/leads":{"get":{"summary":"List and search leads"}},"/leads/{leadId}":{"get":{"summary":"Get lead wallet and timeline"}},"/leads/{leadId}/trades":{"post":{"summary":"Add an audited simulated trade"}},"/leads/{leadId}/swap-quotes":{"post":{"summary":"Create a market quote"}},"/leads/{leadId}/swaps":{"post":{"summary":"Execute a quoted simulated swap"}},"/leads/{leadId}/fee-notices":{"post":{"summary":"Create an informational fee notice"}},"/withdrawals/{id}/verification":{"post":{"summary":"Set actual operator verification result"}},"/withdrawals/{id}/release-all":{"post":{"summary":"Release all blocked assets"}},"/withdrawals/{id}/settle":{"post":{"summary":"Settle an approved USDT withdrawal"}},"/push/audience":{"get":{"summary":"Preview a Web Push audience"}},"/push/broadcasts":{"get":{"summary":"List Web Push broadcasts"},"post":{"summary":"Queue an idempotent Web Push broadcast"}},"/push/broadcasts/{id}":{"get":{"summary":"Get Web Push broadcast progress"}},"/push/broadcasts/{id}/cancel":{"post":{"summary":"Cancel a queued or running broadcast"}}}}