File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
services/get-started/pricing Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,15 @@ The process used to determine the credit cost for each request is as follows:
3030
3131## Error code costs
3232
33- When making requests that return status code errors, some errors count towards your credit usage.
33+ When making requests that return HTTP status code errors, some errors count towards your credit usage:
3434
3535- ** ` 429 ` errors** : These are not charged and can occur if you've exceeded your allowed throughput limit (requests per second).
3636- ** ` 402 ` errors** : These are not charged and can occur if you've exceeded your allowed daily credit usage.
3737- ** ` 4xx ` errors** : These are errors caused by human input, and consume 5 credits.
3838- ** ` 5xx ` errors** : These are server errors, and do not consume any credit charges.
3939
40+ Making requests to a non-existent JSON-RPC method costs 160 credits.
41+
4042## Ethereum
4143
4244The Ethereum methods serve as a baseline for pricing RPC methods. If a credit cost is not available for
You can’t perform that action at this time.
0 commit comments