API Reference

Get fee parameters of a blockchain

gethttps://api.circle.com/v1/w3s/developer/transactions/feeParameters

  • Reference
  • Playground

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

Query parameters
blockchain
string

Filter by blockchain.

accountType
string

Query by the account type.

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