Estimate the fee for a transfer without signing or broadcasting. Accepts the same core parameters as the transfer endpoint. Fees are advisory and subject to network conditions.
EVM: Returns gasLimit, maxFeePerGas, maxPriorityFeePerGas, and
transactionType alongside the estimatedFee in the native currency.
Solana: Returns only estimatedFee in SOL.
The response may include a warning field if estimation used fallback
heuristics (e.g. when the RPC node could not simulate the transaction).
Your partner secret key (server-side only)
UUID for request tracing. Para returns one if omitted.
Wallet ID
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
Destination address
"0x742d35Cc6634C0532925a3b844Bc9e7595f..."
Transfer amount in smallest unit (wei for ETH, lamports for SOL)
"1000000000000000"
Chain ID. Required for EVM wallets, ignored for Solana.
"1"
Token contract address. EVM: ERC-20 contract. Solana: SPL mint address.
Solana network. In production, defaults to SOLANA. In beta, only SOLANA_DEVNET is allowed (and is the default).
SOLANA, SOLANA_DEVNET Fee estimate
Estimated fee in standard units of the native currency (e.g. ETH, SOL)
"0.000756"
Transfer amount in standard units of the native currency
"0.001"
Native currency symbol (e.g. ETH, SOL)
"ETH"
Estimated gas limit. EVM only.
"25200"
EIP-1559 max fee per gas (in wei). EVM only.
"30000000000"
EIP-1559 max priority fee per gas (in wei). EVM only.
"2000000000"
Transaction type: 0 (legacy) or 2 (EIP-1559). EVM only.
0, 2 2
Present if estimation used fallback heuristics