Check if token allowance is sufficient for a DEX swap
Returns true if the current allowance is enough to proceed with the swap, or false if an approval transaction is needed first.
Quote ID from a prior quote response.
"69a02882f48d56c923119d95"
Address from which the amount will be deducted (EVM or Tron)
^(0x[0-9a-fA-F]{40}|T[1-9A-HJ-NP-Za-km-z]{33})$"0xb7dE6b6eEBF7401aFea5a49D6405C9048fEf2d40"
Whether to use permit instead of approve. Defaults to true for swaps that support it.
false
Success
The response is of type boolean.