{"id":20821721,"url":"https://github.com/bmresearch/bonfidanet","last_synced_at":"2025-07-03T23:38:13.428Z","repository":{"id":103731425,"uuid":"375994843","full_name":"bmresearch/Bonfidanet","owner":"bmresearch","description":"A .NET client for the Bonfida API.","archived":false,"fork":false,"pushed_at":"2022-03-01T18:18:19.000Z","size":110,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T16:47:39.884Z","etag":null,"topics":["bonfida","client","cryptocurrency","dotnet","rest-api","serum","solana","websocket-api"],"latest_commit_sha":null,"homepage":"","language":"C#","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/bmresearch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2021-06-11T10:55:43.000Z","updated_at":"2024-07-30T16:14:34.000Z","dependencies_parsed_at":"2023-07-08T08:45:27.278Z","dependency_job_id":null,"html_url":"https://github.com/bmresearch/Bonfidanet","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bmresearch/Bonfidanet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FBonfidanet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FBonfidanet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FBonfidanet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FBonfidanet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmresearch","download_url":"https://codeload.github.com/bmresearch/Bonfidanet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FBonfidanet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421620,"owners_count":23464020,"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":["bonfida","client","cryptocurrency","dotnet","rest-api","serum","solana","websocket-api"],"created_at":"2024-11-17T22:12:58.249Z","updated_at":"2025-07-03T23:38:13.418Z","avatar_url":"https://github.com/bmresearch.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://dev.azure.com/bmresearch/bonfidanet/_build/latest?definitionId=4\u0026branchName=refs%2Fpull%2F7%2Fmerge\"\u003e\n        \u003cimg src=\"https://img.shields.io/azure-devops/build/bmresearch/bonfidanet/4/master?style=flat-square\"\n            alt=\"Azure DevOps Build Status (master)\" \u003e\u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/azure-devops/coverage/bmresearch/bonfidanet/4/master\"\u003e\n        \u003cimg src=\"https://img.shields.io/azure-devops/coverage/bmresearch/bonfidanet/4/master?style=flat-square\"\n            alt=\"Azure DevOps Cobertura Code Coverage (master)\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/bmresearch/Bonfidanet/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/bmresearch/Bonfidanet?style=flat-square\" \n            alt=\"Code License\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=blockmountainio\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/blockmountainio?style=flat-square\u0026logo=twitter\"\n            alt=\"Follow on Twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# What is Bonfidanet?\n\nBonfidanet is a .NET library to interface with the [Bonfida API](https://docs.bonfida.com/).\n\n## Features\n- Full HTTP API Coverage\n- Full WebSocket API Coverage\n\n## Requirements\n- net 5.0\n\n## Examples\n\nThe [Bonfidanet.Examples](https://github.com/bmresearch/Bonfidanet/src/Bonfida.Examples/) project contains some code examples, but essentially we're trying very hard to\nmake it intuitive and easy to use the library.\n\n### Interfacing with the HTTP API\n\n```c#\n// To interface with the HTTP API get the client from the factory\nvar client = ClientFactory.GetClient();\n\n// Get all the available market pairs on the SERUM DEX\nvar marketPairs = client.GetAllPairs();\n``` \n\n### Interfacing with the WebSocket API\n\n```c#\n// To interface with the HTTP API get the client from the factory\nvar client = ClientFactory.GetStreamingClient();\n\n// Subscribe to serum trades feed\nclient.SubscribeTrades(trade =\u003e {\n    Console.WriteLine($\"Trade - Market: {trade.Market} Price: {trade.Price} Size: {trade.Size}\");\n});\n``` \n\n\n\n## Contribution\n\nWe encourage everyone to contribute, submit issues, PRs, discuss. Every kind of help is welcome.\n\n## Contributors\n\n* **Hugo** - *Maintainer* - [murlokito](https://github.com/murlokito)\n\nSee also the list of [contributors](https://github.com/bmresearch/Bonfidanet/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/bmresearch/Bonfidanet/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmresearch%2Fbonfidanet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmresearch%2Fbonfidanet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmresearch%2Fbonfidanet/lists"}