gethttps://api.circle.com/v1/w3s/developer/transactions/feeParameters
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 "gasPrice": "",
5 "maxFee": "5.935224468",
6 "priorityFee": "1.022783914",
7 "baseFee": "1.022783914"
8 },
9 "low": {
10 "gasPrice": "",
11 "maxFee": "5.935224468",
12 "priorityFee": "1.022783914",
13 "baseFee": "1.022783914"
14 },
15 "medium": {
16 "gasPrice": "",
17 "maxFee": "5.935224468",
18 "priorityFee": "1.022783914",
19 "baseFee": "1.022783914"
20 }
21 }
22}