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

Get all symbols which currently active on exchange #22312

Closed
1 task done
Khanhlinhdang opened this issue Apr 27, 2024 · 2 comments
Closed
1 task done

Get all symbols which currently active on exchange #22312

Khanhlinhdang opened this issue Apr 27, 2024 · 2 comments
Assignees
Labels

Comments

@Khanhlinhdang
Copy link

Preliminary Checks

  • I have already searched for existing issues and confirmed that this issue is not a duplicate

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

How can I get all symbols, which currently active on exchange, not include symbols which were deleted/remove. example in python version, please, thank you.

Describe alternatives you've considered

No response

@sc0Vu sc0Vu self-assigned this Apr 28, 2024
@sc0Vu
Copy link
Contributor

sc0Vu commented Apr 28, 2024

@Khanhlinhdang I think you can loop the exchange.markets data and check whether the active is true (https://github.com/ccxt/ccxt/wiki/Manual#market-structure).

@Khanhlinhdang
Copy link
Author

Khanhlinhdang commented Apr 28, 2024 via email

@sc0Vu sc0Vu closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants