diff --git a/datamaxi/_ws_endpoints.py b/datamaxi/_ws_endpoints.py index 267ce65..682f69a 100644 --- a/datamaxi/_ws_endpoints.py +++ b/datamaxi/_ws_endpoints.py @@ -34,7 +34,6 @@ "param": "SYMBOL", "subscribe": True, "unsubscribe": True, - "param_note": "fx pair e.g. USD-KRW, no exchange", }, "/funding-rate": { "plan": "basic", @@ -43,7 +42,6 @@ "param": "SYMBOL@exchange", "subscribe": True, "unsubscribe": True, - "param_note": "UPPER symbol + lower exchange; verified live (handler.go doc comment is wrong — Bisonai/datamaxi-backend#7926)", }, "/liquidation": { "plan": "basic",