Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.56 KB

File metadata and controls

30 lines (18 loc) · 1.56 KB

FeeInfo

Properties

Name Type Description Notes
networkFee string The fee paid to the network [optional] [default to undefined]
serviceFee string The total fee deducted by the exchange from the actual requested amount (serviceFee = amount - netAmount) [optional] [default to undefined]
gasPrice string [optional] [default to undefined]
L1networkFee string Layer 1 network fee for Layer 2 blockchain transactions [optional] [default to undefined]
L2networkFee string Layer 2 network fee (gas price component for Layer 2 transactions) [optional] [default to undefined]
paidByRelay boolean Wether the fee was paid by the relay or not [optional] [default to undefined]
relayType string Wether the relay is the same tenant (LOCAL) or another tenant (THIRD_PARTY) [optional] [default to undefined]
relayId string The vault account ID of the relay [optional] [default to undefined]
relayName string The name of the tenant, only for THIRD_PARTY relays [optional] [default to undefined]
feeUSD string The USD value of the fee [optional] [default to undefined]

Enum: FeeInfoRelayTypeEnum

  • Local (value: 'LOCAL')

  • ThirdParty (value: 'THIRD_PARTY')

[Back to top] [Back to API list] [Back to Model list] [Back to README]