Overview
The Bridge Service API is a REST API that provides access to bridge data from AggKit: transaction histories, claim statuses, cryptographic proofs, and network information. It exposes this data through simple HTTP endpoints, removing the need to run and maintain blockchain indexers or proof generation infrastructure. All endpoints follow the pattern:What the API provides
- Bridge transaction data: Query bridge transactions by address, network, or transaction hash
- Claim status: Check whether a bridge transaction is ready to claim
- Proof generation: Retrieve the cryptographic proof required for claim transactions
- Network information: Access bridge contract addresses and network configuration
Quick start
Reference
API Reference
All endpoints, parameters, and response formats.