API Logs
On the details page of an API project, click on the
Logs
tab to check the logs of all the requests. You can see Method
, Error Code
, HTTP Status
, Response Time
, Sent Time
of each request.
Click on 1 request to see the detailed logs, including
Params
and Result
. You can click Raw Request
or Raw Response
to see the raw request body and raw request response.

The sidebar on the left gives you different categories of filters to choose. The categories of filters include
Sent Time
, Error Code
, Method
, Response Time
, and JSON-RPC ID
. The logs shown on the right side will be displayed differently with different selections of filters.
The
API Logs
feature is available to all API methods except eth_subscribe
and eth_unsubscribe
.
Last modified 23d ago