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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file Anyside-0.0.6.tar.gz.

File metadata

  • Download URL: Anyside-0.0.6.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for Anyside-0.0.6.tar.gz
Algorithm Hash digest
SHA256 072bc201361315a1249e69280463d86419758f0579ff3507ed77f1fcb9d2a132
MD5 5e50ee789dc6845521969aa447238552
BLAKE2b-256 5b96813e5ef6d4744e1f5ec615717a028230dd1d80b2c08e5d4a102f96b7710a

See more details on using hashes here.

File details

Details for the file Anyside-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: Anyside-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for Anyside-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5cc62fb7933c3840a8f676614cecdb0353f39e808d68b12e77812eeaf4bf5361
MD5 afee12014f7340857440b8bbe8214072
BLAKE2b-256 9d28e34f1f3dd0902a192f48ac6f7814d2482a3b391fb9b9f770499b19772454

See more details on using hashes here.

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