{"id":23670450,"url":"https://github.com/ankushkun/opensea","last_synced_at":"2025-09-01T23:31:27.285Z","repository":{"id":38226972,"uuid":"411658427","full_name":"ankushKun/opensea","owner":"ankushKun","description":"python wrapper for opensea api","archived":false,"fork":false,"pushed_at":"2021-12-30T06:45:42.000Z","size":303,"stargazers_count":39,"open_issues_count":1,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T01:55:31.519Z","etag":null,"topics":["nft","opensea","python3","wrapper-library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankushKun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-29T12:07:47.000Z","updated_at":"2024-04-14T01:55:31.520Z","dependencies_parsed_at":"2022-08-18T08:11:15.078Z","dependency_job_id":null,"html_url":"https://github.com/ankushKun/opensea","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankushKun%2Fopensea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankushKun%2Fopensea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankushKun%2Fopensea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankushKun%2Fopensea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankushKun","download_url":"https://codeload.github.com/ankushKun/opensea/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231722048,"owners_count":18416599,"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":["nft","opensea","python3","wrapper-library"],"created_at":"2024-12-29T09:35:07.443Z","updated_at":"2024-12-29T09:35:07.818Z","avatar_url":"https://github.com/ankushKun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Opensea API\n\nAn API wrapper library for opensea api.\n\n## Installation\n\n```bash\npip3 install opensea\n```\n\n## Usage\n\nRetrieving assets:\n\n```python\nfrom opensea import get_assets\n\n# This will return a list of assets which you can iterate and get the needed data\nasset_list = get_assets(limit=10, verified_only=False)\n\nasset = asset_list[0] # Get the first asset obejct from the list\n\nprint(asset.name)\nprint(asset.description)\nprint(asset.asset_url)\nprint(asset.get_floor_price()) # Floor price of the collection\n```\n\nRetrieving bundles:\n\n```python\nfrom opensea import get_bundles\n\n# This will return a list of assets which you can iterate and get the needed data\nbundles_list = get_bundles(limit=10)\n\nbundle = bundles_list[0] # Get the first asset obejct from the list\n\nprint(bundle.slug)\nprint(bundle.assets[0].name)\n```\n\nRetrieving stats from specific collection:\n\n```python\nfrom opensea import get_collection_stats\n\n# This will return a CollectionStats Object\nstats = get_collection_stats(collection=\"doodles-official\")\n\nprint(stats.count)\nprint(stats.num_owners)\nprint(stats.floor_price)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankushkun%2Fopensea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankushkun%2Fopensea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankushkun%2Fopensea/lists"}