IBC module queries via REST / CLI / gRPC.
CLI examples
NODE=https://rpc.terp.network
terpd query ibc channel channels --node "$NODE" -o json | jq '.channels | length'
terpd query ibc client states --node "$NODE" -o json | jq '.client_states | length'
terpd query ibc connection connections --node "$NODE" -o json | jq '.connections | length'REST examples
REST=https://api.terp.network
curl -s "$REST/ibc/core/channel/v1/channels" | jq '.channels[:3]'Related
- IBC workflows
- IBC info checksums
- API hub
- Spec file:
static/api/IBCGO.yaml