Avascriptions
  • Avascriptions
    • Depoly
    • Mint
    • Transfer
  • ASC-20
    • Deploy
    • Mint
    • Transfer
    • List
    • Transaction process
    • Index Rules
  • ASIPS
    • What are ASIPs?
    • Accepted ASIPs
      • ASIP-1: Smart Contract Avascription ASC-20 Transfers
      • ASIP-2: Safe Trustless Smart Contract ASC20-Token Escrow
  • Marketplace
    • Verified Badge
  • Developer Service
    • ASC-20
      • Get ASC-20 List
      • Get ASC-20 Ticker Info
      • Get ASC-20 Balance Of The Address
      • Get ASC-20 Holders
      • Get ASC-20 Ticker History
      • Get ASC-20 History By Block
      • Get ASC-20 Ticker Last History
      • Get ASC-20 Records By TxId
      • Get Address ASC-20 History
      • Get Address ASC-20 Last History
    • Marketplace
      • Get ASC-20 Market List
      • Get ASC-20 Market Info
    • Legal Disclaimer
  • Official Links
Powered by GitBook
On this page
  • Overview
  • Getting an API Key

Developer Service

Welcome to Avascriptions Developer Service documentation

PreviousVerified BadgeNextASC-20

Last updated 1 year ago

Please read before using Avascriptions Open API Service.

Overview

Avascriptions Developer Service is open to community developers, allowing you to explore the world of Bitcoin and ordinals. You can deploy your own inscribing services, build wallet applications, develop browsers, and much more using the API.

Getting an API Key

To use the OpenAPI, please request an API_KEY from us by sending an email to dev@avascriptions.com with the name and description of your project and the reason for using it. After we review it, we will send you the API_KEY.

When you obtain the API key, please add it to the request header with the Authorization format as follows:

curl --location 'http://open-api.avascriptions.com/v1/asc20/info' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
    "ticker":"avav"
}'

Avascriptions Developer Service Legal Disclaimer