Skip to main content

zks_getConfirmedTokens RPC Method

Loading...

Updated on
Feb 17, 2026

zks_getConfirmedTokens RPC Method

Parameters

from
integer
REQUIRED
Loading...
limit
integer
REQUIRED
Loading...

Returns

result
array
Loading...
decimals
Loading...
l1Address
Loading...
l2Address
Loading...
name
Loading...
symbol
Loading...
Request
1
curl -X POST "https://docs-demo.zksync-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "zks_getConfirmedTokens",
6
"params": [
7
1,
8
3
9
],
10
"id": 1
11
}'
1
curl -X POST "https://docs-demo.zksync-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "zks_getConfirmedTokens",
6
"params": [
7
1,
8
3
9
],
10
"id": 1
11
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"decimals": "0x0",
7
"l1Address": "0x6E0d01A76C3Cf4288372a29124A26D4353EE51BE",
8
"l2Address": "0x6E0d01A76C3Cf4288372a29124A26D4353EE51BE",
9
"name": "0x0",
10
"symbol": "0x0"
11
}
12
]
13
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"decimals": "0x0",
7
"l1Address": "0x6E0d01A76C3Cf4288372a29124A26D4353EE51BE",
8
"l2Address": "0x6E0d01A76C3Cf4288372a29124A26D4353EE51BE",
9
"name": "0x0",
10
"symbol": "0x0"
11
}
12
]
13
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free