Get Address Runes Balance List

Get runes balance list by address

get
Authorizations
Path parameters
addressstringRequired
Query parameters
startintegerOptional

Start offset

Example: 0
limitintegerOptional

Number of items returned

Example: 16
Responses
200
successful operation
application/json
get
GET /v1/indexer/address/{address}/runes/balance-list HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

successful operation

{
  "code": 0,
  "msg": "",
  "data": {
    "start": 1,
    "total": 1,
    "detail": [
      {
        "amount": "10000",
        "runeid": "2584327:44",
        "rune": "AAAAAAAAAAAAAB",
        "spacedRune": "AAAAA•AAA•AAAAA•B",
        "symbol": "G",
        "divisibility": 0
      }
    ]
  }
}

Last updated