{"id":23752564,"url":"https://github.com/ilanfrumer/bitmex-nodejs","last_synced_at":"2025-09-05T01:32:10.164Z","repository":{"id":33503542,"uuid":"140641632","full_name":"IlanFrumer/BitMEX-nodejs","owner":"IlanFrumer","description":"An unofficial BitMEX API connector written with typescript","archived":false,"fork":false,"pushed_at":"2022-12-07T20:56:55.000Z","size":193,"stargazers_count":30,"open_issues_count":7,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T20:33:50.183Z","etag":null,"topics":["api","bitmex","bitmex-api","cryptocurrency-exchanges","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlanFrumer.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}},"created_at":"2018-07-12T00:43:45.000Z","updated_at":"2024-11-12T16:45:12.000Z","dependencies_parsed_at":"2022-09-20T07:42:47.841Z","dependency_job_id":null,"html_url":"https://github.com/IlanFrumer/BitMEX-nodejs","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/IlanFrumer/BitMEX-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlanFrumer%2FBitMEX-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlanFrumer%2FBitMEX-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlanFrumer%2FBitMEX-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlanFrumer%2FBitMEX-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlanFrumer","download_url":"https://codeload.github.com/IlanFrumer/BitMEX-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlanFrumer%2FBitMEX-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699521,"owners_count":25152278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["api","bitmex","bitmex-api","cryptocurrency-exchanges","typescript"],"created_at":"2024-12-31T17:53:30.751Z","updated_at":"2025-09-05T01:32:05.145Z","avatar_url":"https://github.com/IlanFrumer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### BitMEX-nodejs - An unofficial BitMEX API connector written with typescript\n\n*All types and methods are automatically generated from BitMEX official Swagger Specification*\n\n#### Installation  \n\n  - CLI installation: `npm install bitmex-node`\n  - Create API keys: https://www.bitmex.com/app/apiKeys\n  - Recommended code editor: [Visual studio code](https://code.visualstudio.com/)\n\n#### Live Example\n\n![visual studio code - bitmex node](https://user-images.githubusercontent.com/3116399/42608773-033cc7ec-8592-11e8-93aa-31ae365072bc.gif)\n\n####  Code Example\n\n```typescript\n\nimport { BitmexAPI } from \"bitmex-node\";\n\nconst bitmex = new BitmexAPI({\n    \"apiKeyID\": \"NXTy391NCdhrrSWzsJE_xktb\",\n    \"apiKeySecret\": \"bPVQ51-xxI7bRcuAAOlvH0wUFpPvusfmC1dF6zyy4s3v8Mgd\",\n    // \"proxy\": \"https://cors-anywhere.herokuapp.com/\"\n});\n\n!async function () {\n\n    const chatMessage = await bitmex.Chat.new({ message: 'Pump incoming !!! ' });\n\n}()\n\n```\n\n#### Features:\n\n- [BitMEX API Explorer](https://www.bitmex.com/api/explorer/#/)\n- [Authentication](https://www.bitmex.com/app/apiKeysUsage)\n- [Native promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)\n- [Rate limiting](https://www.bitmex.com/app/restAPI#Request-Rate-Limits)\n\n###### Donate\n - (BTC) 1CUjz7EF1iqgJPi3MPW6Nb556tQwPNryM3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filanfrumer%2Fbitmex-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filanfrumer%2Fbitmex-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filanfrumer%2Fbitmex-nodejs/lists"}