CCIP API v1 (Deprecated)
REST API for querying cross-chain message data and lane information on the Chainlink Cross-Chain Interoperability Protocol.
Available Endpoints
| Endpoint | Description |
|---|---|
| Get Message | Retrieve a single message by ID |
| Get Lane Latency | Get latency metrics for a lane |
| Get Intent Quote | Create a quote for intent transfer |
| Get Intents by Tx Hash | Get all intents for a transaction |
| Get Intent by ID | Get intent status by ID |
Migration to v2
API v2 includes:
- New endpoints:
/messagessearch,/verifierslist - Improved responses: More detailed message status information
- Better documentation: Interactive playground and code samples