Skip to content

Commit 25ba63f

Browse files
authored
adds cost of eroneous call (#2472)
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
1 parent 5b13a06 commit 25ba63f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/get-started/pricing/credit-cost.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4244
The Ethereum methods serve as a baseline for pricing RPC methods. If a credit cost is not available for

0 commit comments

Comments
 (0)