{"id":29439061,"url":"https://github.com/developersteve/coinspot-mini","last_synced_at":"2025-07-13T09:02:58.075Z","repository":{"id":54436245,"uuid":"339938088","full_name":"developersteve/coinspot-mini","owner":"developersteve","description":"A mini SDK for the Coinspot read only API ","archived":false,"fork":false,"pushed_at":"2021-02-18T05:18:25.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T15:21:24.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developersteve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-18T04:45:23.000Z","updated_at":"2021-09-26T14:33:26.000Z","dependencies_parsed_at":"2022-08-13T15:40:17.674Z","dependency_job_id":null,"html_url":"https://github.com/developersteve/coinspot-mini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developersteve/coinspot-mini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersteve%2Fcoinspot-mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersteve%2Fcoinspot-mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersteve%2Fcoinspot-mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersteve%2Fcoinspot-mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developersteve","download_url":"https://codeload.github.com/developersteve/coinspot-mini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developersteve%2Fcoinspot-mini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265114883,"owners_count":23713452,"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":[],"created_at":"2025-07-13T09:01:44.001Z","updated_at":"2025-07-13T09:02:56.034Z","avatar_url":"https://github.com/developersteve.png","language":"JavaScript","readme":"Mini SDK for the read only coinspot API, this only contains what you need to get account balances and transactions.\n\nHave a look at https://www.coinspot.com.au/api for more info on the CoinSpot API.\n\nExample usage\n\n```javascript\nvar coinspot = require('coinspot-mini');\n\nvar secret = ''; // insert your secret here\nvar key = ''; // insert your key here\n\nvar client = new coinspot(key, secret);\n\nclient.balances(function(e, data) {\n \tconsole.log(data);\n}); \n\nclient.transactions(function(e, data) {\n \tconsole.log(data);\n});\n\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopersteve%2Fcoinspot-mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopersteve%2Fcoinspot-mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopersteve%2Fcoinspot-mini/lists"}