Verify Transaction
get
/projects/{projectId}/transactions/verify
projectId
stringSwing Project Identifier
Examples:
app-swing-xyz
address
stringWallet address to verify a transaction has been made
Example:
0x...
bridge
Transaction must be routed through this bridge slug
fromChain
Chain slug or chainId for the transaction's source chain
fromToken
Token symbol or address for the transaction's source token
maxVolume
stringMaximum volume amount in USD
Example:
500
minVolume
stringMinimum volume amount in USD
Example:
100
toChain
Chain slug or chainId for the transaction's destination chain
toToken
Token symbol or address for the transaction's destination token
type
stringTransaction is cross-chain
or single-chain
Allowed values:
cross-chainsingle-chain
::::::::::::