🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

pysea

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pysea

PySea is a very easy to use python lib, based and working over opensea api no need to for api key or login information...

1.0.3
PyPI
Maintainers
1

PySea

PySea is a very easy to use python lib, based and working over opensea api no need to for api key or login information...

Installing / Getting started

A quick introduction of the minimal setup you need to get a hello world up & running.

pip install pysea

macOS

pip3 install pysea

Quick Example

here is a easy code to get the floor price of a collection on opensea

import pysea

pysea.floorprice(collection='collection-name-here')

output >>>> 0.0146381596

Functions

these are the functions that are available for now, we our always trying to make it better and better over the time

  • floor price
  • market cap
  • average price
  • total sales
  • num owners
  • sales

Parameters

we have only one param to use now, collection, you can use it like this collection='collection-name'

Contacts

you can contact the owner on telegram or discord
telegram : t.me/Jojiv2
discord : Joji#0082

Keywords

opensea

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts