Skip to content

bitget sign signature error #27037

@autostat

Description

@autostat

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

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions