{"id":37106939,"url":"https://github.com/pinealctx/opensea-go","last_synced_at":"2026-01-14T12:51:43.574Z","repository":{"id":40430771,"uuid":"452187223","full_name":"pinealctx/opensea-go","owner":"pinealctx","description":"Golang's library for OpenSea APIs (https://docs.opensea.io/reference).","archived":false,"fork":false,"pushed_at":"2023-08-02T10:02:41.000Z","size":211,"stargazers_count":26,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T04:45:42.918Z","etag":null,"topics":["contract","go","golang","nft","opensea","sdk"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pinealctx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-26T07:56:10.000Z","updated_at":"2023-08-10T12:20:09.000Z","dependencies_parsed_at":"2024-06-21T03:51:59.320Z","dependency_job_id":"3265320b-781d-4ff3-8203-73b6dea5614e","html_url":"https://github.com/pinealctx/opensea-go","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/pinealctx/opensea-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinealctx%2Fopensea-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinealctx%2Fopensea-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinealctx%2Fopensea-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinealctx%2Fopensea-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinealctx","download_url":"https://codeload.github.com/pinealctx/opensea-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinealctx%2Fopensea-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["contract","go","golang","nft","opensea","sdk"],"created_at":"2026-01-14T12:51:42.861Z","updated_at":"2026-01-14T12:51:43.567Z","avatar_url":"https://github.com/pinealctx.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opensea-go\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/pinealctx/opensea-go.svg)](https://pkg.go.dev/github.com/pinealctx/opensea-go)\n[![codecov](https://codecov.io/gh/pinealctx/opensea-go/branch/main/graph/badge.svg?token=36396OPMPT)](https://codecov.io/gh/pinealctx/opensea-go)\n[![golangci-lint](https://github.com/pinealctx/opensea-go/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/pinealctx/opensea-go/actions/workflows/golangci-lint.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/pinealctx/opensea-go)](https://goreportcard.com/report/github.com/pinealctx/opensea-go)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nGolang's library for OpenSea APIs (https://docs.opensea.io/reference).\n\n## Get Started\n\n#### Get it\n\n```shell\ngo get -u github.com/pinealctx/opensea-go\n```\n\n#### Use it\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"github.com/pinealctx/opensea-go\"\n\t\"log\"\n)\n\nfunc main() {\n\tvar cli = opensea.New(opensea.WithTestNets(true))\n\tvar asset, err = cli.Asset(context.Background(), \u0026opensea.AssetRequest{\n\t\tAssetContractAddress: \"0x66583bd73a27c9245b723ff6a58f872234c3a50a\",\n\t\tTokenID:              \"3\",\n\t})\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t\treturn\n\t}\n\tlog.Println(asset)\n}\n```\n\n## Special thanks\n\n* [JetBrains](https://www.jetbrains.com/buy/opensource/) for providing us with **All Products Pack** licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinealctx%2Fopensea-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinealctx%2Fopensea-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinealctx%2Fopensea-go/lists"}