Get latest fee parameters of a blockchain with an optional account type (default to 'EOA').
Filter by blockchain.
Query by the account type.
1{
2 "data": {
3 "high": {
4 "gas_price": "",
5 "max_fee": "5.935224468",
6 "priority_fee": "1.022783914",
7 "base_fee": "1.022783914"
8 },
9 "low": {
10 "gas_price": "",
11 "max_fee": "5.935224468",
12 "priority_fee": "1.022783914",
13 "base_fee": "1.022783914"
14 },
15 "medium": {
16 "gas_price": "",
17 "max_fee": "5.935224468",
18 "priority_fee": "1.022783914",
19 "base_fee": "1.022783914"
20 }
21 }
22}