Endpoints
Index Transaction
Notify the indexer about a submitted transaction
Notify the Superbridge Indexer about a submitted transaction so it can be tracked and indexed.
POST
https://api.superbridge.app/v1/index_transactionBody
application/jsonprovider
stringrequiredchainUid
stringChain UUID (internal identifier)
chainId
stringNative chain ID (e.g. 1 for Ethereum)
chainKey
stringShorthand chain identifier (e.g. eth for Ethereum)
metadata
stringtxHash
stringrequiredYou must provide the txHash and provider fields. For the chain identifier, provide one of chainUid, chainId, or chainKey — see Chain Identifiers for details on each format.
See the Indexing guide for when and why to use this endpoint.