Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type SwapFees = {
  gasFee?:   | TokenFee
     | null;
  protocolFee?:   | TokenFee
     | null;
};
The estimated fees for the swap.

Properties

PropertyTypeDescription
gasFee?| TokenFee | nullThe estimated gas fee for the swap.
protocolFee?| TokenFee | nullThe estimated protocol fee for the swap.