Skip to content

Commit 208177e

Browse files
committed
update the example response
1 parent 5c37540 commit 208177e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/docs/api/packages/npm.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ await fetchBalance(apiKey);
2727
Example Response:
2828
```json
2929
{
30-
"requests_left": 1000,
31-
"expiration_date": "2024-08-26T10:00:00Z"
30+
"requests_left": 300,
31+
"created_at": "2026-01-26T00:31:39.381Z",
32+
"expiration_date": "2026-02-26T00:30:39.381Z"
3233
}
3334
```
3435

0 commit comments

Comments
 (0)