/zeta-chain/crosschain/lastBlockHeight/{index}

Queries a lastBlockHeight by index.

Parameters:

index - string

Example:

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

// Result
{
  "LastBlockHeight": {
    "creator": "zeta16c0wtwez2736xshha67ff9g87c8nh58w92meek",
    "index": "MUMBAI",
    "chain": "MUMBAI",
    "lastSendHeight": "33744060",
    "lastReceiveHeight": "0"
  }
}

Last updated