Endpoints
Activity
Returns detailed information for swap, cross-chain swap and bridge operations
Returns detailed information for swap, cross-chain swap and bridge operations.
GET
https://api.superbridge.app/v1/activityQuery Parameters
address
stringFilter by address
txHash
stringFilter by initiating transactionHash
status
string"pending" or "done", default all
type
string"mainnets" or "testnets", default all
pageSize
numberfromChainId
stringfromChainKey
stringfromChainUid
stringtoChainUid
stringtoChainId
stringtoChainKey
stringcursor
stringOne of address or txHash must be provided.
Response
Returns an array of Activity objects.
fromChainUid
stringChain UUID (internal identifier)
fromChainId
stringNative chain ID (e.g. 1 for Ethereum)
fromChainKeys
string[]Shorthand chain identifier (e.g. eth for Ethereum)
toChainUid
stringChain UUID (internal identifier)
toChainId
stringNative chain ID (e.g. 1 for Ethereum)
toChainKeys
string[]Shorthand chain identifier (e.g. eth for Ethereum)
steps
TransactionStepDoneDtoTransactionStepNotReadyDtoTransactionStepReadyDtoTransactionStepAutoDtoWaitStepDoneDtoWaitStepInProgressDtoWaitStepNotStartedDtoInfoStepDto[]provider
RouteProviderDtoid
stringfrom
stringto
stringamount
stringreceiveAmount
stringfees
ActivityFee[]fromToken
TokentoToken
TokenrefuelAmount
string | nullrefuelPriceUsd
number | nullreferrer
string | nullnextCheckTimestamp
number | nullescapeHatch
booleanproviderExplorerUrl
string | null