/zeta-chain/crosschain/outTxTrackerByChain

Parameters:

None

Example:

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

// Result
{
  "outTxTracker": [],
  "pagination": {
    "next_key": "R09FUkxJLTk1NDI1Ny8=",
    "total": "170"
  }
}  

Last updated