Skip to main content

Anyside Python API

Project description

Anyside Python API

Welcome to the Anyside Python API!
Node.js API

In order to use the Anyside API you will need an API key. You can get your API key by creating an account on anyside.com.

Installation

To install the Python API and get started you can simply pip install Anyside into your project.

$ pip install Anyside

Query Domain

When making a request must pass a anyside domain name.

Response will contain wallest connected with anyside

from anyside import Anyside

anyside = Anyside(api_key='YOUR API KEY')

domain = anyside.query_domain(domain="QUERY DOMAIN NAME Eg. John.any")
print(domain)

"""
#Response Example:
{'Bitcoin': [{'address': '0xBTC-SOMESTUFF', 'name': 'Bitcoin'}],
 'Solana': [{'address': '0x...', 'name': 'Solana'}]}
"""

Wallet lookup

When making a request must pass a vaild wallet address.

Response will contain anyside domain

from anyside import Anyside

anyside = Anyside(api_key='YOUR API KEY')

lookupWallet = anyside.lookup_wallet(wallet_address="0xaeA38149566430Anyside7321B04Anyside")
print(lookupWallet)

"""
#Response Example:
{'domain': 'John.any'}
"""

Please subscribe on Anyside to receive project updates. You can aslo follow us on Twitter and Discord.

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

Anyside-0.0.6.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

Anyside-0.0.6-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

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