Skip to main content
POST
Withdrawal & Consolidation Request Fees (Current)

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json

Specify the chain to query current request fees for.

chain
enum<string>
default:mainnet
required

The Ethereum chain to query.

Available options:
mainnet,
hoodi

Response

Successful response containing the current request fees.

data
object[]
required

Current fees, one entry per request contract. If a contract has not recorded any activity on the current block, it still appears in this array.