Ton20 examples

Get coins

{
  nano: ton20coins(tick: "nano") {
    txhash
    gen_utime
    tick
    max
    rest
    lim
  }
  all: ton20coins(page_size: 5, page: 0) {
    txhash
    gen_utime
    tick
    max
    rest
    lim
  }
}

run

Get wallets

{
  ton20wallets(
    tick: "nano"
    address: "0:B27804AD5C2370DCD0A62C2D5D3F58D4F826D216A0A1E2075F3F8E14293C8AC5"
  ) {
    txhash
    gen_utime
    address
    tick
    amount
  }
}

run

Last updated