{"id":19017664,"url":"https://github.com/jon4hz/go-1inch","last_synced_at":"2025-08-10T08:04:09.095Z","repository":{"id":44844606,"uuid":"373340770","full_name":"jon4hz/go-1inch","owner":"jon4hz","description":"🦄 A Go wrapper for the 1Inch API","archived":false,"fork":false,"pushed_at":"2022-12-27T00:22:49.000Z","size":41,"stargazers_count":15,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T02:51:43.928Z","etag":null,"topics":["1inch","api-wrapper","binance-smart-chain","dex","ethereum","exchange-api","polygon"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jon4hz.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-06-03T00:50:04.000Z","updated_at":"2025-04-09T10:54:21.000Z","dependencies_parsed_at":"2023-01-31T02:15:54.480Z","dependency_job_id":null,"html_url":"https://github.com/jon4hz/go-1inch","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/jon4hz/go-1inch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon4hz%2Fgo-1inch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon4hz%2Fgo-1inch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon4hz%2Fgo-1inch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon4hz%2Fgo-1inch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jon4hz","download_url":"https://codeload.github.com/jon4hz/go-1inch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon4hz%2Fgo-1inch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269693593,"owners_count":24460248,"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-10T02:00:08.965Z","response_time":71,"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":["1inch","api-wrapper","binance-smart-chain","dex","ethereum","exchange-api","polygon"],"created_at":"2024-11-08T19:49:13.585Z","updated_at":"2025-08-10T08:04:09.035Z","avatar_url":"https://github.com/jon4hz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-1inch\n\nA golang API wrapper for the 1inch API\n\n## Getting started\n\n[![testing](https://github.com/jon4hz/go-1inch/actions/workflows/testing.yml/badge.svg)](https://github.com/jon4hz/go-1inch/actions/workflows/testing.yml)\n\n```go\npackage main\n\nimport (\n    \"context\"\n    \"fmt\"\n    \"log\"\n\n    go1inch \"github.com/jon4hz/go-1inch\"\n)\n\nfunc main(){\n    // create a new client\n    client := go1inch.NewClient()\n\n    // check the health status from the API pointing to the ethereum network\n    health, _, err := client.Healthcheck(context.Background(), go1inch.Eth)\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    fmt.Println(health)\n}\n\n```\n\n## Ressources\n\n- [Official API Docs](https://docs.1inch.io/docs/aggregation-protocol/api/swagger/)\n- [Go Docs](https://pkg.go.dev/github.com/jon4hz/go-1inch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon4hz%2Fgo-1inch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjon4hz%2Fgo-1inch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon4hz%2Fgo-1inch/lists"}