Total escrow

TotalEscrowForDenom returns the total amount of tokens in escrow based on the denom.

get
Path parameters
denomstringRequired
Responses
200
A successful response.
application/json
get
GET /ibc/apps/transfer/v1/denoms/{denom}/total_escrow HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
  "amount": {
    "denom": "text",
    "amount": "text"
  }
}