origin-tx-hash: hash of origin transaction (string)
origin-tx-sender: address of origin tx sender (string)
destination-tx-hash: hash of destination transaction (string)
destination-tx-sender: address of destination tx sender (string)
Action: get-status Parameter (1 required):
Same as get-message above
Action: search-messages, Parameter (1 required):
query: address or hash to search (string)
APIs for Permissionless Interoperability chains
Hyperlane can be permissionlessly deployed to any chain, but messages on PI chains cannot be identified by the default Hyperlane agents. To view details about messages from PI chains, query the search-pi-messages action. The search requires a chain config in the request body. Note, this same functionality is also available in the explorer UI.
The chain config schema is an extension of the Hyperlane SDK's ChainMetadata schema but with a contracts object added. See Configuring PI Chains for more details about this config object.