Get fee estimate
Returns the estimated fee for a transaction. UTXO coins will return a fee per kB, while Account-based coins will return a flat fee estimate.
The fee estimate provided by BitGo is higher than the usual network fee. This additional fee is not charged by BitGo but is used to ensure that the transactions are processed faster and do not fail on the blockchain network.
Path parameters
A cryptocurrency or token ticker symbol.
Query parameters
target number of blocks
Recipient of the tx to estimate for (only for ETH)
ETH data of the tx to estimate for (only for ETH)
Amount in base units being sent to estimate for (only for ETH)
True if we are estimating for a hop tx, false or unspecified for a wallet tx (ETH, AVAXC and POLYGON)
Response
OK
Example response
{
"feePerKb": 15902,
"numBlocks": 2,
"confidence": 80,
"feeByBlockTarget": {
"1": 50536,
"2": 15902,
"3": 1579
}
}Changes
No recorded changes to this endpoint across all 33 revisions of this API.