Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitget has no futures ? #16233

Closed
dawadam opened this issue Dec 28, 2022 · 5 comments
Closed

Bitget has no futures ? #16233

dawadam opened this issue Dec 28, 2022 · 5 comments

Comments

@dawadam
Copy link

dawadam commented Dec 28, 2022

  • CCXT version: 2.4.56

Why bitget exchange has futures to false ?

const exchange = new ccxt.bitget()
console.log("has", exchange.has)

print :

has {
  publicAPI: true,
  privateAPI: true,
  CORS: undefined,
  spot: true,
  margin: false,
  swap: true,
  future: false,
  option: false,
  addMargin: true,
  cancelAllOrders: true,
  cancelOrder: true,
[...]
@frosty00
Copy link
Member

frosty00 commented Dec 28, 2022

bitget has swap markets, which are perpetual futures, but it doesn't have an expiring futures (that's the meaning of the future key)

@dawadam
Copy link
Author

dawadam commented Dec 28, 2022

Yet on their site it is clearly stated "Futures".
And there are contracts that expire.

@frosty00
Copy link
Member

where? they are all perps...

@frosty00 frosty00 reopened this Dec 28, 2022
@frosty00
Copy link
Member

ah I see two markets let me check

@frosty00
Copy link
Member

Screenshot 2022-12-28 at 00 32 08

will fix these symbols and test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants