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
  1. Developer Service
  2. ASC-20

Get ASC-20 List

Get the ticker list of ASC20 token.

POST https://open-api.avascriptions.com/v1/asc20/list

Query Parameters

Name
Type
Description

page

integer

Start page, default 1

limit

integer

Number of token returned, Up to 50

{
    "status": 200,
    "data": {
        "list": [
            {
               "id": "0x3fcf9252b5b0b940080f4f318208221e34691340f0a9a53d1b107b0a61b0cf10",
               "tick": "avav",
               "max": "1463636349000000",
               "minted": "1463636349000000",
               "limit": "69696969",
                "precision": 0,
                "deployBy": "0x364af27a926c472cdaae251c8eedf6af7e39d234",
                "createdAt": 1700888064,
                "creator": "0x364af27a926c472cdaae251c8eedf6af7e39d234",
                "holders": 39669,
                "trxs": 21138544,
                "completedAt": 1702782070
            }
        ],
        "total": 1000
    }
}

PreviousASC-20NextGet ASC-20 Ticker Info

Last updated 1 year ago