/zeta-chain/zetacore/fungible/system_contract

Queries a ZetaDepositAndCallContract by index.

Parameters:

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zeta-testnet.blockpi.network/lcd/v1/<your-api-key>/zeta-chain/zetacore/fungible/system_contract

// Result
{
  "SystemContract": {
    "systemContract": "0x239e96c8f17C85c30100AC26F635Ea15f23E9c67"
  }
}

Last updated