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
string or array[string]
Transaction must be routed through this bridge slug
Example:
openocean
fromChain
string or array[string]
Chain slug or chainId for the transaction's source chain
Example:
ethereum
fromToken
string or array[string]
Token symbol or address for the transaction's source token
Example:
USDC
maxVolume
stringMaximum volume amount in USD
Example:
500
minVolume
stringMinimum volume amount in USD
Example:
100
toChain
string or array[string]
Chain slug or chainId for the transaction's destination chain
Example:
1
toToken
string or array[string]
Token symbol or address for the transaction's destination token
Example:
0x0000000000000000000000000000000000000000
type
stringTransaction is cross-chain
or single-chain
Allowed values:
cross-chainsingle-chain
::::::::::::