Get ASC-20 Balance Of The Address

Get balance of the address

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

Query Parameters

NameTypeDescription

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
  }
}

Last updated