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. Marketplace

Get ASC-20 Market Info

Get ticker market info.

POST https://open-api.avascriptions.com/v1/market/info

Query Parameters

Name
Type
Description

ticker*

string

Token ticker

{
    "status": 200,
    "data": {
        "tick": "avav",
        "number": "22126343",
        "holders": "41436",
        "floorPrice": "0.00000001577228444",
        "totalVolume": "31013830.758424205396674506",
        "volumeDay": "40577.389786695415001844",
        "floorPriceAVAX": "0.000000000573913049",
        "totalVolumeAVAX": "1048101.506875225192549648",
        "volumeDayAVAX": "1858.278052244297984612",
        "perMint": "69696969",
        "totalSales": "63991",
        "salesDay": "152",
        "maxSupply": "1463636349000000",
        "marketCap": "23084888.8135325331925494",
        "marketCapAVAX": "779099.999781727197",
        "listed": "1721"
    }
}

PreviousGet ASC-20 Market ListNextLegal Disclaimer

Last updated 1 year ago