Tax proceeds

TaxProceeds return the current tax proceeds

get
Responses
200
A successful response.
application/json
get
GET //terra/treasury/v1beta1/tax_proceeds HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
  "tax_proceeds": [
    {
      "denom": "text",
      "amount": "text"
    }
  ]
}