SDK Explorer

Get latest fee parameters of a blockchain with an optional account type (default to 'EOA').

Parameters
blockchain
string

Filter by blockchain.

Allowed valuesETHETH-SEPOLIAAVAXAVAX-FUJIMATICMATIC-AMOYSOLSOL-DEVNETARBARB-SEPOLIANEARNEAR-TESTNETEVMEVM-TESTNETUNIUNI-SEPOLIABASEBASE-SEPOLIAOPOP-SEPOLIAAPTOSAPTOS-TESTNETARC-TESTNET
account_type
string

Query by the account type.

Allowed valuesSCAEOA
Responses
ResponseChoose an example
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}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.