Skip to content

Commit 7228216

Browse files
committed
fixed outdated endpoint for Quick Start (Using cURL (Command Line)
1 parent 7e1d3f4 commit 7228216

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

website/src/pages/ar/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/cs/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/de/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/en/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To make an API request using **cURL**, open your command line and run the follow
5757

5858
```curl
5959
curl --request GET \
60-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
60+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
6161
--header 'Accept: application/json' \
6262
--header 'Authorization: Bearer <token>'
6363
```

website/src/pages/es/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/fr/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/hi/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/it/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/ja/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

website/src/pages/ko/token-api/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To make an API request using **cURL**, open your command line and run the follow
5555

5656
```curl
5757
curl --request GET \
58-
--url https://token-api.thegraph.com/balances/evm/0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208 \
58+
--url https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=${address} \
5959
--header 'Accept: application/json' \
6060
--header 'Authorization: Bearer <token>'
6161
```

0 commit comments

Comments
 (0)