{"id":26799733,"url":"https://github.com/binance/binance-connector-js","last_synced_at":"2026-02-14T02:04:15.528Z","repository":{"id":38351274,"uuid":"261664036","full_name":"binance/binance-connector-js","owner":"binance","description":"A simple connector to Binance Public API","archived":false,"fork":false,"pushed_at":"2026-02-12T14:35:21.000Z","size":6857,"stargazers_count":717,"open_issues_count":7,"forks_count":211,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-02-12T16:48:54.474Z","etag":null,"topics":["binance","binance-api","connector","crypto","library","market-data","nodejs","real-time","sdk","trading","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-06T05:49:08.000Z","updated_at":"2026-02-12T14:36:59.000Z","dependencies_parsed_at":"2024-06-10T08:47:05.687Z","dependency_job_id":"071ca04b-979a-43f9-b6c1-462d631ed022","html_url":"https://github.com/binance/binance-connector-js","commit_stats":{"total_commits":43,"total_committers":10,"mean_commits":4.3,"dds":0.6046511627906976,"last_synced_commit":"3da56843cd0d9fb508a69ce5d7e4372e55d83445"},"previous_names":["binance/binance-connector-js","binance/binance-connector-node","binance-exchange/binance-connector-node"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/binance/binance-connector-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-connector-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-connector-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-connector-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-connector-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binance","download_url":"https://codeload.github.com/binance/binance-connector-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-connector-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29431593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"online","status_checked_at":"2026-02-14T02:00:07.626Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binance","binance-api","connector","crypto","library","market-data","nodejs","real-time","sdk","trading","typescript"],"created_at":"2025-03-29T20:01:36.908Z","updated_at":"2026-02-14T02:04:15.522Z","avatar_url":"https://github.com/binance.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Binance JavaScript Connectors\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-js/ci.yaml)](https://github.com/binance/binance-connector-js/actions)\n[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-js)](https://github.com/binance/binance-connector-js/issues)\n[![Code Style: Prettier](https://img.shields.io/badge/code%20style-prettier-ff69b4)](https://prettier.io/)\n![Node.js Version](https://img.shields.io/badge/Node.js-%3E=22.12.0-brightgreen)\n[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-js/badge.svg)](https://snyk.io/test/github/binance/binance-connector-js)\n[![Docs](https://img.shields.io/badge/docs-online-blue?style=flat-square)](https://binance.github.io/binance-connector-js/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nCollection of auto-generated TypeScript connectors for Binance APIs.\n\n## Migration Guide\n\nIf you're upgrading from the previous unified connector, refer to our [Migration Guide](./MIGRATION.md) for detailed steps on transitioning to the new modular structure. The legacy unified connectors (`@binance/connector` and `@binance/connector-typescript`) will still be available for a limited time. You can find the code for the unified connector in the `legacy` branch.\n\n## Prerequisites\n\nBefore using the connectors, ensure you have:\n\n- **Node.js** (version 22.12.0 or later)\n- **npm** (comes with Node.js)\n- **nvm** (Node Version Manager)\n\nUsing nvm:\n\n```bash\nnvm install 22.12.0\nnvm use 22.12.0\n```\n\n## Available Connectors\n\n- [@binance/algo](./clients/algo/) - Algo Trading connector\n- [@binance/alpha](./clients/alpha/) - Alpha connector\n- [@binance/c2c](./clients/c2c/) - C2C connector\n- [@binance/convert](./clients/convert/) - Convert connector\n- [@binance/copy-trading](./clients/copy-trading/) - Copy Trading connector\n- [@binance/crypto-loan](./clients/crypto-loan/) - Crypto Loan connector\n- [@binance/derivatives-trading-coin-futures](./clients/derivatives-trading-coin-futures/) - Derivatives Trading (COIN-M Futures) connector\n- [@binance/derivatives-trading-options](./clients/derivatives-trading-options/) - Derivatives Trading (Options) connector\n- [@binance/derivatives-trading-portfolio-margin](./clients/derivatives-trading-portfolio-margin/) - Derivatives Trading (Portfolio Margin) connector\n- [@binance/derivatives-trading-portfolio-margin-pro](./clients/derivatives-trading-portfolio-margin-pro/) - Derivatives Trading (Portfolio Margin Pro) connector\n- [@binance/derivatives-trading-usds-futures](./clients/derivatives-trading-usds-futures/) - Derivatives Trading (USDS-M Futures) connector\n- [@binance/dual-investment](./clients/dual-investment/) - Dual Investment connector\n- [@binance/fiat](./clients/fiat/) - Fiat connector\n- [@binance/giftcard](./clients/gift-card/) - Gift Card connector\n- [@binance/margin-trading](./clients/margin-trading/) - Margin Trading connector\n- [@binance/mining](./clients/mining/) - Mining connector\n- [@binance/nft](./clients/nft/) - NFT connector\n- [@binance/pay](./clients/pay/) - Pay connector\n- [@binance/rebate](./clients/rebate/) - Rebate connector\n- [@binance/simple-earn](./clients/simple-earn/) - Simple Earn connector\n- [@binance/spot](./clients/spot/) - Spot Trading connector\n- [@binance/staking](./clients/staking/) - Staking connector\n- [@binance/sub-account](./clients/sub-account/) - Sub Account connector\n- [@binance/vip-loan](./clients/vip-loan/) - VIP Loan connector\n- [@binance/wallet](./clients/wallet/) - Wallet connector\n\n## Documentation\n\nFor detailed information, refer to the [Binance API Documentation](https://developers.binance.com).\n\n## Installation\n\nEach connector is published as a separate npm package. For example:\n\n```bash\nnpm install @binance/spot\n```\n\n## Contributing\n\nSince this repository contains auto-generated code using OpenAPI Generator, we encourage you to:\n\n1. Open a GitHub issue to discuss your ideas or report bugs\n2. Allow maintainers to implement necessary changes through the code generation process\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENCE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinance%2Fbinance-connector-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinance%2Fbinance-connector-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinance%2Fbinance-connector-js/lists"}