v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get stats for ibc the largest transfer and busiest channel per day

Returns a summary of IBC activity over the last 24 hours: the single largest token transfer and the most active (busiest) IBC channel by transfer count.

get/stats/ibc/summary

Response

OK

Example response

[
  {
    "busiest_channel": {
      "chain_id": "osmosis-1",
      "channel_id": "channel-1",
      "transfers_count": 100
    },
    "largest_transfer": {
      "amount": "123445",
      "chain_id": "osmosis-1",
      "channel_id": "channel-1",
      "connection_id": "connection-1",
      "denom": "utia",
      "height": 100,
      "id": 123456,
      "memo": "memo",
      "port": "transfer",
      "receiver": {
        "celestials": {
          "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
          "name": "name",
          "primary": true,
          "status": "VERIFIED"
        },
        "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
      },
      "relayer": {
        "addresses": [
          "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
        ],
        "contact": {
          "discord": "https://discord.cosmosrescue.com",
          "github": "https://github.com/cosmosrescue",
          "medium": "https://medium.com/cosmosrescue",
          "telegram": "https://t.me/cosmosrescue",
          "twitter": "https://x.com/cosmosrescue",
          "website": "https://cosmosrescue.com"
        },
        "logo": "https://raw.githubusercontent.com/irisnet/iob-registry/main/relayers/cosmosrescue/logo.png",
        "name": "cosmosrescue"
      },
      "sender": {
        "celestials": {
          "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
          "name": "name",
          "primary": true,
          "status": "VERIFIED"
        },
        "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
      },
      "sequence": 123456,
      "time": "2023-07-04T03:10:57+00:00",
      "timeout": "2023-07-04T03:10:57+00:00",
      "timeout_height": 100,
      "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF"
    }
  }
]