Superbridge
Start typing to search...

Endpoints

Activity

Returns detailed information for swap, cross-chain swap and bridge operations

Returns detailed information for swap, cross-chain swap and bridge operations.

GEThttps://api.superbridge.app/v1/activity

Query Parameters

addressstring

Filter by address

txHashstring

Filter by initiating transactionHash

statusstring

"pending" or "done", default all

typestring

"mainnet" or "testnet", default all

pageSizenumber
fromChainIdstring
fromChainKeystring
fromChainUidstring
toChainUidstring
toChainIdstring
toChainKeystring
cursorstring

Use address to fetch activity for a wallet, or txHash to find activity by an initiating transaction hash. You can also filter by source/destination chain, status, chain type, pageSize, and cursor.

Response

Returns an array of Activity objects.

type"bridge" | "crosschainswap" | "swap"
fromChainUidstring

Chain UUID (internal identifier)

fromChainIdstring

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

fromChainKeysstring[]

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

toChainUidstring

Chain UUID (internal identifier)

toChainIdstring

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

toChainKeysstring[]

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

stepsTransactionStepDoneDtoTransactionStepInvalidatedDtoTransactionStepNotReadyDtoTransactionStepReadyDtoTransactionStepAutoDtoWaitStepDoneDtoWaitStepInvalidatedDtoWaitStepInProgressDtoWaitStepNotStartedDtoUpgradeEventDto[]
feesFeeGroup[]
metaRouteMetaDto
idstring
fromstring
tostring
amountstring
receiveAmountstring
fromTokenTokenDto
toTokenTokenDto
referrerstring | null
nextCheckTimestampnumber | null
escapeHatchboolean
providerExplorerDetailsProviderExplorerDetails | null