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 Balance Of The Address

Get balance of the address

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

Query Parameters

Name
Type
Description

ticker

string

Token ticker

address*

string

Address

page

integer

Start page, default 1

limit

integer

Number of token returned, Up to 50, default 50

{
  "status": 200,
  "data": {
    "list": [
      {
        "address": "0xaaaaa6972e56c3c12345caaaaaabaaaaa9999999",
        "tick": "avav",
        "amount": "69696969"
      }
    ],
    "total": 1
  }
}

PreviousGet ASC-20 Ticker InfoNextGet ASC-20 Holders

Last updated 1 year ago