Terp Network Docs
APIsOpenapiQuery
GET
/terp/feeshare/v1/fee_shares/{contract_address}

Path Parameters

contract_address*string

contract_address of a registered contract in bech32 format

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/terp/feeshare/v1/fee_shares/string"
{
  "feeshare": {
    "contract_address": "string",
    "deployer_address": "string",
    "withdrawer_address": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}