wrapper library for opensea api
Project description
Opensea API
An API wrapper library for opensea api.
Installation
pip3 install opensea
Useage
form opensea import Assets
assets = Assets()
# This will return a list of assets which you can iterate and get the needed data
asset_list = assets.get_assets(limit=10,verified_only=False)
asset = asset_list[0] # Get the first asset obejct from the list
print(asset.name)
print(asset.description)
print(asset.asset_url)
print(asset.get_floor_price()) # Floor price of the collection
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
opensea-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file opensea-0.1.0.tar.gz
.
File metadata
- Download URL: opensea-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6566f3b94a852f36d6bb8d4a30b5f70e14b11d96101352e2eabf220cf7155723 |
|
MD5 | 8d76029156f3cb29618bc529866cfe31 |
|
BLAKE2b-256 | d938501ed1a64af2ea2ecd698b855f4e1cc57104583b6b53bec56b60f6e258a2 |
File details
Details for the file opensea-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: opensea-0.1.0-py2-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1da783fb38f0f785750162a9554a1fe3eac63c20449f1eebf88ed80998b34264 |
|
MD5 | 1e916d0fe0a93b5822a6467b49f2618c |
|
BLAKE2b-256 | 45f3e696898dd314a9e4c89a1a53459ab1c8ebaafaa9cc62d55ce3560a4a15b5 |