{"id":22852267,"url":"https://github.com/ironforge-cloud/sdk","last_synced_at":"2026-02-10T05:32:51.000Z","repository":{"id":189723159,"uuid":"680144228","full_name":"ironforge-cloud/sdk","owner":"ironforge-cloud","description":"Ironforge SDK","archived":false,"fork":false,"pushed_at":"2025-02-11T17:47:58.000Z","size":117,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T06:46:40.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ironforge-cloud.github.io/sdk/","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/ironforge-cloud.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":"2023-08-18T12:55:20.000Z","updated_at":"2023-10-28T21:49:54.000Z","dependencies_parsed_at":"2025-02-06T11:42:57.204Z","dependency_job_id":null,"html_url":"https://github.com/ironforge-cloud/sdk","commit_stats":null,"previous_names":["ironforge-cloud/sdk"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironforge-cloud%2Fsdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironforge-cloud%2Fsdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironforge-cloud%2Fsdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironforge-cloud%2Fsdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironforge-cloud","download_url":"https://codeload.github.com/ironforge-cloud/sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252819451,"owners_count":21809026,"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":"2024-12-13T06:07:42.895Z","updated_at":"2026-02-10T05:32:50.643Z","avatar_url":"https://github.com/ironforge-cloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @ironforge/sdk [![Build+Test+Lint](https://github.com/ironforge-cloud/sdk/actions/workflows/build-test-lint.yml/badge.svg)](https://github.com/ironforge-cloud/sdk/actions/workflows/build-test-lint.yml)\n\nIronforge SDK\n\n[Docs](https://ironforge-cloud.github.io/sdk/docs/)\n\n## Example\n\n```ts\nconst API_KEY = '\u003cyour ironforge API key\u003e'\nimport { IronforgeSdk } from '@ironforge/sdk'\n\nconst sdk = new IronforgeSdk(API_KEY)\nconst { result, status } = await sdk.accounts.filterByType({\n  accountType: 'CandyMachine',\n  query: { filter: { 'data.data.price': 250 } },\n  cluster: 'devnet',\n  program: 'cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ',\n  limit: 2,\n  offset: 0,\n})\n\nconsole.log(status) // =\u003e 200\nconsole.log(result)\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironforge-cloud%2Fsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironforge-cloud%2Fsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironforge-cloud%2Fsdk/lists"}