Skip to content

Commit cee2460

Browse files
committed
Update upgrade.md
1 parent 601c2a3 commit cee2460

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/api/upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before you proceed with verification note the following:
1818

1919
You can claim your token on the following site (API has to be running):
2020

21-
`http://localhost:3001/v2/app/generate-api-key`
21+
`http://localhost:3001/v3/app/generate-api-key`
2222

2323
The limit for this level is:
2424
`100 requests per minute`
@@ -40,7 +40,7 @@ Before you proceed with the request note the following:
4040

4141
Request for higher limit can be done in the following form (API and Database have to be running. Both need to be correctly configured):
4242

43-
`http://localhost:3001/v2/app/higher-request-limit`
43+
`http://localhost:3001/v3/app/higher-request-limit`
4444

4545
The limit for this level is:
4646
`Per request`
@@ -76,7 +76,7 @@ Make sure to name the key as `X-API-KEY` otherwise your key won't be recognized.
7676
The following snippet can be observed. See the `Headers` section where the API key is inserted.
7777
```ts
7878
const response = await fetch(
79-
'http://localhost:3001/v2/x-transfer?' +
79+
'http://localhost:3001/v3/x-transfer?' +
8080
new URLSearchParams({
8181
//Method parameters should be here
8282
//For eg. from: 'Basilisk'

0 commit comments

Comments
 (0)