Golang library for OpenSea APIs (https://docs.opensea.io/reference).
Get it:
go get github.com/gsmachado/go-opensea
Use it:
TBD
This SDK supports the following:
- ✅ https://api.opensea.io/api/v1/assets
- 🛠https://api.opensea.io/api/v1/events
- 🛠https://api.opensea.io/api/v1/collections
- 🛠https://api.opensea.io/api/v1/bundles
- 🛠https://api.opensea.io/api/v1/asset/{asset_contract_address}/{token_id}
- 🛠https://api.opensea.io/api/v1/asset_contract/{asset_contract_address}
- 🛠https://api.opensea.io/api/v1/collection/{collection_slug}
- 🛠https://api.opensea.io/api/v1/collection/{collection_slug}/stats
TBD.
- reasonable integration tests (running nightly)
- expose the APIs as methods in the
Opensea
type
This library was forked and reworked from https://github.com/rmanzoku/go-opensea, at this commit. Thanks for it! 🎉