Total

Deprecated

Total supply of coins in the chain

get
Responses
200
OK
application/json
get
GET /bank/total HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
  "total": [
    {
      "denom": "stake",
      "amount": "50"
    }
  ]
}
Deprecated

Total supply of a single coin denomination

get
Path parameters
denominationanyRequired

Coin denomination

Responses
200
OK
application/json
Responsestring
get
GET /bank/total/{denomination} HTTP/1.1
Host: akt.nownodes.io
Accept: */*
text