Verify Transaction
Verifies a completed transaction for the provided wallet address
and matching parameters.
This is useful for integrating with programs like:
This is the same operation as
GET /projects/{projectId}/transactions/verify
.You can either provide the parameters in the query or request body.
Swing Project Identifier
Wallet address to verify a transaction has been made
Transaction must be routed through this bridge slug
Chain slug or chainId for the transaction's source chain
Token symbol or address for the transaction's source token
Maximum volume amount in USD
Minimum volume amount in USD
Chain slug or chainId for the transaction's destination chain
Token symbol or address for the transaction's destination token
Transaction is cross-chain
or single-chain
This is the same operation as
GET /projects/{projectId}/transactions/verify
.You can either provide the parameters in the query or request body.
Wallet address to verify a transaction has been made
Transaction must be routed through this bridge slug or array of bridge slugs
Transaction must be completed after this unix timestamp
Transaction must be completed before this unix timestamp
Chain slug or chainId (or array of either) for the transaction's source chain
Token symbol or address (or array of either) for the transaction's source token
Maximum volume amount in USD
Minimum volume amount in USD
Chain slug or chainId for the transaction's destination chain
Token symbol or address for the transaction's destination token
Transaction is cross-chain
or single-chain