transaction
Get transaction based on from/to Address, slippage and quote ID
Request Parameters:
Name | Type | Description | Example |
---|---|---|---|
quoteId (required) | String | The ID of the quote associated with the transaction | 227b64c2-c002-4696-9d84-8fb965f7f915 |
toAddress (required) | String | The recipient address for the transaction | 0x3G9b800bB6805239E9F9C5027F894917C7a71e41 |
fromAddress (required) | String | The sender address for the transaction | 0x3G9b800bB6805239E9F9C5027F894917C7a71e41 |
estimateGas (optional) | Boolean | Flag to determine if gas should be estimated | true/ false |
Request URL Example:
Response Example:
Last updated