gateio / gateapi-python

247 stars 92 forks source link

Missing required header: Timestamp #87

Closed elier closed 2 years ago

elier commented 2 years ago

the example list_currency_chains returns

body: {"label":"MISSING_REQUIRED_HEADER","message":"Missing required header: Timestamp"}

https://github.com/gateio/gateapi-python/blob/master/docs/WalletApi.md#list_currency_chains

Python 3.9.8 gate-api==4.23.0

revilwang commented 2 years ago

Fixed from the server side.

elier commented 2 years ago

it's working now .. lovely .. thanks