File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2323The limit for this level is:
2424` 100 requests per minute `
@@ -40,7 +40,7 @@ Before you proceed with the request note the following:
4040
4141Request 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
4545The 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.
7676The following snippet can be observed. See the ` Headers ` section where the API key is inserted.
7777``` ts
7878const 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'
You can’t perform that action at this time.
0 commit comments