Get transaction params for a quote
Returns transaction parameters for a sign_transaction quote. Use these to construct, sign, and submit the on-chain transaction.
Returns either EVM calldata or a serialized Solana transaction depending on the quote’s chain.
Authorizations
Cognito JWT token for regular user authentication
Path Parameters
The quote ID
"quote_abc123"
Body
Response
Response for status 200
- Option 1
- Option 2
EVM transaction parameters
evm Blockchain network
"ethereum"
Token address the user sends (contract address on EVM, mint address on Solana)
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Token address received by the payment contract. Same as inputToken for direct payments, different for swap paths.
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Exact amount of inputToken to send, in smallest unit (e.g. 6 decimals for USDC)
"100000000"
Smart contract address — use as the to field when constructing the transaction
"0xbF7Abc15f00a8C2d6b13A952c58d12b7c194A8D0"
ABI-encoded calldata for the contract call
"0xd71d9632..."
Contract method being called
"payWithToken"
Native token value in wei to send with the transaction (null for ERC-20 payments)
"0"