DocumentationAPI ReferenceTypesFeeFee This type represents a fee object. type Fee = { amount: number; tokenSymbol: string; }; amount - number The fee amount in the fee currency. tokenSymbol - string Fee currency symbol. ExchangeInfoCache