-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Description
Operating System
win11
Programming Language
C#
CCXT Version
4.4.95
Description
I've created exchange:
var config = new Dictionary<string, object>
{
{"apiKey", key.ApiKey},
{"secret", key.Secret},
{"password", key.Password}
};
var exchange = Exchange.DynamicallyCreateInstance("bitget", config);
And can successfully
use following methods:
exchange.FetchDepositAddress
exchange.CreateOrder
exchange.Withdraw
exchange.FetchBalance
But I have error:
{"code":"40009","msg":"sign signature error","requestTime":1755453539736,"data":null}
when use methods:
exchange.FetchWithdrawals
exchange.FetchDeposits
Can anyone know how to fix it ?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done