{"id":15888326,"url":"https://github.com/antoncoding/changelly-js","last_synced_at":"2026-04-24T16:35:52.697Z","repository":{"id":47926272,"uuid":"226773137","full_name":"antoncoding/changelly-js","owner":"antoncoding","description":"Unofficial Javascript SDK for Changelly API","archived":false,"fork":false,"pushed_at":"2023-05-07T11:56:02.000Z","size":326,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T07:25:26.503Z","etag":null,"topics":["changelly","changelly-client","cryptocurrency","cryptocurrency-exchanges","javascript"],"latest_commit_sha":null,"homepage":"https://changelly.com/?ref_id=oz145mh990w1b4wr","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/antoncoding.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}},"created_at":"2019-12-09T03:04:37.000Z","updated_at":"2020-04-29T07:18:23.000Z","dependencies_parsed_at":"2024-10-27T23:57:34.918Z","dependency_job_id":null,"html_url":"https://github.com/antoncoding/changelly-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fchangelly-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fchangelly-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fchangelly-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fchangelly-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoncoding","download_url":"https://codeload.github.com/antoncoding/changelly-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246853435,"owners_count":20844579,"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":["changelly","changelly-client","cryptocurrency","cryptocurrency-exchanges","javascript"],"created_at":"2024-10-06T06:07:04.300Z","updated_at":"2026-04-24T16:35:47.674Z","avatar_url":"https://github.com/antoncoding.png","language":"TypeScript","readme":"# ChangellyJS\n\nUnofficial Javascript SDK for [Changelly](https://changelly.com/?ref_id=oz145mh990w1b4wr) cryptocurrency exchange service API.For more detail about the API, visit the [official document](https://old.changelly.com/developers).\n\n[\u003cimg src=\"https://i.imgur.com/GN2626g.png\"\u003e](https://changelly.com/?ref_id=oz145mh990w1b4wr)\n\n![version](https://img.shields.io/npm/v/changelly-js) ![license](https://img.shields.io/npm/l/changelly-js) ![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/changelly-js)\n\n\n## Install\n\n```shell\nnpm install changelly-js\n```\n\n## Custom Build\n\n```shell\nnpm run build\n```\n\n## Example\n\n```javascript \n//  nodejs\nrequire(\"isomorphic-fetch\") // install this package to use fetch in nodejs\nconst { Changelly } = require('changelly-js')\n\nconst apiKey = 'your api key'\nconst apiSecret = 'your api secret'\nconst changelly = new Changelly(apiKey, apiSecret);\n\nchangelly.getExchangeAmount('ltc','eth', '23').then(res =\u003e {\n  console.log(res)\n})\n// 6.881168762500000000\n\nchangelly.createTransaction('eth', 'btc', '3AT4CYbw8UVNPhPNBrr5YwCrxLquKtFWWx', '0.23')\n.then(res =\u003e {\n  console.log(res)\n})\n/**\n  {\n    id: '6308bn10e13o97m7',\n    apiExtraFee: '0.5',\n    changellyFee: '0.5',\n    payinExtraId: null,\n    amountExpectedFrom: '0.23',\n    status: 'new',\n    currencyFrom: 'eth',\n    currencyTo: 'btc',\n    amountTo: 0,\n    amountExpectedTo: '0.00455935',\n    payinAddress: '0xda6e060cdedd5ecdfe650b68e04c278ac0fee244',\n    payoutAddress: '3AT4CYbw8UVNPhPNBrr5YwCrxLquKtFWWx',\n    createdAt: '2019-12-09T03:23:13.000Z',\n    kycRequired: false\n  }\n**/\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoncoding%2Fchangelly-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoncoding%2Fchangelly-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoncoding%2Fchangelly-js/lists"}