Skip to main content

Python Client to interact with the Namebase Marketplace API

Project description

Namebase Marketplace Api for Python

Open Issues Open Issues PyPI MIT Licence

Python 3.6+ client for interacting with Namebase Marketplace API.

Usage

Instantiating the Marketplace object can be done either by using email and password or None. Only post requests can be made authenticated.

Websocket API is not provided.

Installation

Requirements

  • Python 3.6 or greater

Install

pip install namebase-marketplace

Usage

Core REST API for Namebase MARKETPLACE

from namebase_marketplace.marketplace import *
marketplace = Marketplace(email="YOUR EMAIL", pwd="YOUR PASSWORD")
marketplace.get_user_info()
marketplace.open_bid(domain='domain', bid_amount=0.4, blind_amount=100)

On some endpoints you can pass options, please refer them to the following documentation: https://github.com/namebasehq/api-documentation/blob/master/marketplace-api.md

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

namebase-marketplace-0.1.6.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page