{"id":16098510,"url":"https://github.com/sominemo/monobank_api","last_synced_at":"2026-02-23T23:36:03.702Z","repository":{"id":61973999,"uuid":"282594766","full_name":"Sominemo/monobank_api","owner":"Sominemo","description":"Monobank Open API SDK for Dart","archived":false,"fork":false,"pushed_at":"2024-12-30T06:30:17.000Z","size":202,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T15:25:28.902Z","etag":null,"topics":["api","dart","dartlang","mono","monobank","monobank-api","monobank-client"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/monobank_api","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sominemo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":["https://send.monobank.ua/5ftbKLsATe"]}},"created_at":"2020-07-26T06:59:01.000Z","updated_at":"2024-12-30T06:29:39.000Z","dependencies_parsed_at":"2024-10-27T17:24:46.139Z","dependency_job_id":"5b6c0bbf-6759-4fea-b336-a7423c3c1fa4","html_url":"https://github.com/Sominemo/monobank_api","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Sominemo/monobank_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sominemo%2Fmonobank_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sominemo%2Fmonobank_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sominemo%2Fmonobank_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sominemo%2Fmonobank_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sominemo","download_url":"https://codeload.github.com/Sominemo/monobank_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sominemo%2Fmonobank_api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268162399,"owners_count":24205702,"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-08-01T02:00:08.611Z","response_time":67,"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","dart","dartlang","mono","monobank","monobank-api","monobank-client"],"created_at":"2024-10-09T18:23:46.078Z","updated_at":"2026-02-23T23:36:03.648Z","avatar_url":"https://github.com/Sominemo.png","language":"Dart","funding_links":["https://send.monobank.ua/5ftbKLsATe"],"categories":[],"sub_categories":[],"readme":"# Monobank API SDK for Dart\n\nThis package is unofficial.\n\nConvenient wrappers to work with Monobank API, contains MCC and currency datasets.\n\nMonobank API documentation: https://api.monobank.ua/docs/\n\nSeparate package for Monobank Corp API (Monobank Open API for providers): [monobank_api_corp](https://pub.dev/packages/monobank_api_corp)\n\n## Usage\n\nQuick example:\n\n```dart\nimport 'package:monobank_api/monobank_api.dart';\n\nvoid main() async {\n  var client = MonoAPI('token');\n  var res = await client.clientInfo();\n  var account = res.accounts\n      .where((account) =\u003e account.balance.currency == Currency.code('USD'))\n      .first;\n  var statement = account.statement(\n    DateTime.now().subtract(Duration(days: 90)), \n    DateTime.now(),\n  );\n\n  await for (var item in statement.list(isReverseChronological: true)) {\n    print('$item');\n  }\n}\n\n```\n\nSee other examples in Example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsominemo%2Fmonobank_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsominemo%2Fmonobank_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsominemo%2Fmonobank_api/lists"}