Through this endpoint customers can obtain fee recommendations. Our fees recommendations are based on Mempool data which makes them much more accurate than fees based on already mined blocks. Calculations are done in real time live.
Represents the specific blockchain protocol name
Represents the name of the blockchain network used
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Crypto APIs and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Numeric representation of the fast gas price, calculated from unconfirmed transactions
Numeric representation of the slow gas price, calculated from unconfirmed transactions
Numeric representation of the standard gas price, calculated from unconfirmed transactions
Currency unit
API Key
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"fast": "0.000025",
"slow": "0.000010",
"standard": "0.000015",
"unit": "WEI"
}
}
}