https://api.solami.fast
Get usage summary
Returns aggregate request counts and a per-method breakdown for your account.Query parameters
Start of the time range as a Unix timestamp (seconds). Defaults to 24 hours ago.
End of the time range as a Unix timestamp (seconds). Defaults to now.
Response
Total number of requests made during the time range.
Breakdown of requests by RPC method.
The JSON-RPC method name.
Total requests for this method during the time range.
Number of requests for this method that returned an error.
The start of the queried time range (Unix seconds).
The end of the queried time range (Unix seconds).
Get usage by key
Returns request counts and a per-method breakdown for a specific API key.The key ID to retrieve usage for. Find key IDs via the List API keys endpoint.
Start of the time range as a Unix timestamp (seconds). Defaults to 24 hours ago.
End of the time range as a Unix timestamp (seconds). Defaults to now.
Response
The API key ID the stats are scoped to.
Total requests made with this key during the time range.
Per-method breakdown for this key. Same structure as the summary endpoint.
Start of the queried time range (Unix seconds).
End of the queried time range (Unix seconds).