{"id":17472871,"url":"https://github.com/deviavir/coinfalcon-node","last_synced_at":"2025-09-13T16:32:53.197Z","repository":{"id":57202948,"uuid":"112194810","full_name":"DeviaVir/coinfalcon-node","owner":"DeviaVir","description":"Simple API client for the Coinfalcon exchange","archived":false,"fork":false,"pushed_at":"2020-03-23T10:37:13.000Z","size":37,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T19:37:06.785Z","etag":null,"topics":["btc","coinfalcon","crypto","es6","eth","exchange","javascript","node","npm"],"latest_commit_sha":null,"homepage":"http://npmjs.com/package/coinfalcon","language":"JavaScript","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/DeviaVir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-27T12:41:04.000Z","updated_at":"2020-03-23T10:37:09.000Z","dependencies_parsed_at":"2022-09-17T04:10:56.043Z","dependency_job_id":null,"html_url":"https://github.com/DeviaVir/coinfalcon-node","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeviaVir%2Fcoinfalcon-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeviaVir%2Fcoinfalcon-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeviaVir%2Fcoinfalcon-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeviaVir%2Fcoinfalcon-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeviaVir","download_url":"https://codeload.github.com/DeviaVir/coinfalcon-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848151,"owners_count":20357501,"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","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":["btc","coinfalcon","crypto","es6","eth","exchange","javascript","node","npm"],"created_at":"2024-10-18T17:46:40.532Z","updated_at":"2025-03-17T07:31:09.742Z","avatar_url":"https://github.com/DeviaVir.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coinfalcon [![Build Status](https://secure.travis-ci.org/DeviaVir/coinfalcon-node.png?branch=master)](https://travis-ci.org/DeviaVir/coinfalcon-node.svg?branch=master) \n\nWith this Node module you can plug into the no-fees and fast [Coinfalcon](https://coinfalcon.com/).\n\n* [Installation](#installation)\n* [Getting Started](#getting-started)\n* [Example request](#example-requests)\n\n## Installation\n\n    npm install coinfalcon --save\n\n## Getting Started\n\nFirst you need to sign-up for a [Coinfalcon](https://coinfalcon.com/sign_up) account and obtain your unique **API Key** and **API Secret**. You will find both under [API](https://coinfalcon.com/settings/applications). Once you have set up your account, you can start using Coinfalcon's API client in your applications. You can find all API calls and parameters on [Coinfalcon's API documentation page](https://docs.coinfalcon.com/).\n\n## Example usage\n\nnpm i --save coinfalcon\n\n`client.js`:\n```\nconst client = require('coinfalcon')\n\nconst coinfalconClient = new client.Client('KEY', 'SECRET');\n\ncoinfalconClient.get('markets/BTC-EUR/trades').then(res =\u003e {\n  console.log('fetched!', res);\n}).catch(err =\u003e {\n  console.log('Whoops, something went wrong!', err);\n});\n\ncoinfalconClient.get('user/orders', {'market': 'BTC-EUR'}).then(res =\u003e {\n  console.log('fetched!', res);\n}).catch(err =\u003e {\n  console.log('Whoops, something went wrong!', err);\n});\n```\n\n`node client.js` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviavir%2Fcoinfalcon-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeviavir%2Fcoinfalcon-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviavir%2Fcoinfalcon-node/lists"}