From d1dc74c4c2d37854e1367625e3930d9ae683426e Mon Sep 17 00:00:00 2001 From: Tom You <> Date: Tue, 22 Jul 2025 17:01:22 +0900 Subject: [PATCH] fix: update APIID to the correct value --- src/util/requestUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/requestUtils.ts b/src/util/requestUtils.ts index c6c7bc5..cdbd951 100644 --- a/src/util/requestUtils.ts +++ b/src/util/requestUtils.ts @@ -184,7 +184,7 @@ export function isWsPong(msg: any): boolean { ); } -export const APIID = 'bybitapinode'; +export const APIID = 'Wd000769'; /** * Used to switch how authentication/requests work under the hood (primarily for SPOT since it's different there)