Superbridge
Start typing to search...

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.

POSThttps://api.superbridge.app/v1/index_transaction

Body

application/json
providerstringrequired
chainUidstring

Chain UUID (internal identifier)

chainIdstring

Native chain ID (e.g. 1 for Ethereum)

chainKeystring

Shorthand chain identifier (e.g. eth for Ethereum)

metadatastring
txHashstringrequired

You 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.