Estimate transaction fee
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Sends a JSON-RPC request to estimate the fee for a transaction on zkSync.
The response includes gas-related values and fee estimation.
Body
application/json
jsonrpcstringrequiredmethodstringrequiredparamsArray<object>requiredParameters:
- Call object with transaction details.
idintegerrequiredResponse
200OK
Fee estimation successful
400Bad Request
Invalid parameters
500Internal Server Error
Internal server error