Estimate USDT Transfer Network Fee
Orders
Estimate USDT Transfer Network Fee
Estimates the network fee required for transferring USDT for an order. Supports both on-ramp (ON_RAMP_BUY) and off-ramp (OFF_RAMP_SELL) orders.
For Off-Ramp Orders:
- Estimates fee for customer sending USDT to escrow address
- Network is determined from order’s escrow network
For On-Ramp Orders:
- Estimates fee for vendor sending USDT to customer wallet
- Network is detected from customer’s wallet address
POST
Estimate USDT Transfer Network Fee
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Order ID
Body
application/json
Response
Fee estimation successful
Estimated fee in USDT
Example:
"3.00"
Estimated fee in native currency (TRX for Tron, ETH for Ethereum)
Example:
"3.00"
Estimated fee in KES (if order currency is KES)
Example:
"3.60"
Estimated processing time in seconds
Example:
60
Estimated processing time in minutes
Example:
"1.0"
Blockchain network
Example:
"tron"