Jump to Content
Original
DocumentationAPI Status
v1.0

Developer consoleOriginal
Documentation
Developer console
v1.0DocumentationAPI Status

👋 WELCOME

  • Welcome!
  • Blockchains

🚀 GETTING STARTED

  • First steps
  • Create an app
  • Create a collection
  • Create your API Key

🧰 SDK

  • NodeJS
  • Python
  • C# .NET

🔑 API BASICS

  • API Introduction
  • API Authentication
  • API Auth - errors
  • API Response
  • API Error Types

👤 User ENDPOINT

  • Create user
  • Get user details by uid
  • Get user details by user external id
  • Get user details by email

👾 Asset ENDPOINT

  • Create asset
  • Get asset details by uid
  • Get list of asset(s) by user uid
  • Transfer asset
  • Get transfer details by uid
  • Get list of transfer(s) by users
  • Burn asset
  • Get burn details by uid
  • Get list of burn(s) by users
  • Edit asset
  • Deposit asset

🏞️ COLLECTION ENDPOINT

  • Get collection details

🎁 REWARDS EnDPOINT

  • Create a rewards contract
  • Get reward details
  • Allocate rewards
  • Get allocation details by uid
  • Get list of allocation(s) by user uid
  • Claim rewards
  • Get claim details by uid
  • Get list of claim(s) by user uid
  • Get reward balance by user uid

COLLECTOR ENDPOINT

  • Collector Authentication

🪝 Webhooks

  • Webhooks introduction
  • Configuration
  • Logs
  • Verifying Webhooks
  • Best Practices

💡 ADVANCED

  • Metadata and storage
  • Wallets and security
  • Pricing and gas fees
  • API rate limits

SUPPORT

  • Support
  • FAQ
Powered by 

Python

Suggest Edits

Original offers a Python SDK to help simplify the developer experience. This SDK wraps our API, and offers utilities to help out Python developers to get started more quickly.

You can check out:

  • The SDK Github repository or the python package index which holds some docs and high level overview of it, with detailed examples.

Updated over 1 year ago