layer2
About 1 min
layer2
Layer 2 (L2) is a collective term to describe a specific set of Ethereum scaling solutions. A layer 2 is a separate blockchain that extends Ethereum and inherits the security guarantees of Ethereum.
Tokenview supports Layer2 API including: GNOSIS
Tokenview Layer2 API has the same APIs with ETH category, please refer the ETH Category.
Notice:
- Gnosis {lowercase-coin-abbr}: xdai
GNO Tokens Bridged from ETH
GET
https://services.tokenview.io/vipapi/xdai/bridgedtokens/{page}/{page-size}?bridgedFromNetwork=eth&searchKey=&orderColumn={holder_cnt|tx_cnt}&orderDirection={asc|desc}&apikey={apikey}
Parameters
- {page}: 1,2,3,......50 (Max);
- {page-size}: transactions per page. 50 transactions is the Max per page;
- {holder_cnt|tx_cnt}:Holder count or transactions counts;
- {asc|desc}:ascending order or descending order;
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/xdai/bridgedtokens/1/10?bridgedFromNetwork=eth&searchKey=&orderColumn=holder_cnt&orderDirection=desc&apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 604,
"data": [
{
"symbol": "BZZ",
"address": "0xdbf3ea6f5bee45c02255b2c26a16f300502f68da",
"holderCnt": 209761,
"bridgedFromNetwork": "ETH",
"totalSupply": "327699",
"bridgeType": "OMNI",
"name": "BZZ on xDai",
"bridgedFromAddress": "0x19062190b1925b5b6689d7073fdfc8c2976ef8cb",
"txCnt": 1372529
},
{
"symbol": "USDC",
"address": "0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",
"holderCnt": 35284,
"bridgedFromNetwork": "ETH",
"totalSupply": "14777172",
"bridgeType": "OMNI",
"name": "USD//C on xDai",
"bridgedFromAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"txCnt": 23560230
},
{
"symbol": "SANA",
"address": "0x20cfc7c76c446f889e3969bedef46a950a2111f5",
"holderCnt": 31015,
"bridgedFromNetwork": "ETH",
"totalSupply": "6049176320",
"bridgeType": "OMNI",
"name": "SANA on xDai",
"bridgedFromAddress": "0x87cdc02f0812f08cd50f946793706fad9c265e2d",
"txCnt": 2326520
},
{
"symbol": "GNO",
"address": "0x9c58bacc331c9aa871afd802db6379a98e80cedb",
"holderCnt": 19103,
"bridgedFromNetwork": "ETH",
"totalSupply": "381547",
"bridgeType": "OMNI",
"name": "Gnosis Token on xDai",
"bridgedFromAddress": "0x6810e776880c02933d47db1b9fc05908e5386b96",
"txCnt": 1087910
},
{
"symbol": "NBZZ",
"address": "0x6cccc6c3ece1ceb7671c5c5de08ce1715936b66d",
"holderCnt": 16465,
"bridgedFromNetwork": "ETH",
"totalSupply": "62070225",
"bridgeType": "OMNI",
"name": "NBZZ on xDai",
"bridgedFromAddress": "0x69177b07c346d32d8e6d5fa16eee5bdc85a3ae25",
"txCnt": 2224585
},
{
"symbol": "MATIC",
"address": "0x7122d7661c4564b7c6cd4878b06766489a6028a2",
"holderCnt": 14429,
"bridgedFromNetwork": "ETH",
"totalSupply": "60626",
"bridgeType": "OMNI",
"name": "Matic Token on xDai",
"bridgedFromAddress": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"txCnt": 220748
},
{
"symbol": "WETH",
"address": "0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1",
"holderCnt": 12469,
"bridgedFromNetwork": "ETH",
"totalSupply": "8782",
"bridgeType": "OMNI",
"name": "Wrapped Ether on xDai",
"bridgedFromAddress": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"txCnt": 1957187
},
{
"symbol": "USDT",
"address": "0x4ecaba5870353805a9f068101a40e0f32ed605c6",
"holderCnt": 8814,
"bridgedFromNetwork": "ETH",
"totalSupply": "8641606",
"bridgeType": "OMNI",
"name": "Tether USD on xDai",
"bridgedFromAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"txCnt": 645688
},
{
"symbol": "STAKE",
"address": "0xb7d311e2eb55f2f68a9440da38e7989210b9a05e",
"holderCnt": 8120,
"bridgedFromNetwork": "ETH",
"totalSupply": "280305",
"bridgeType": "OMNI",
"name": "STAKE on xDai",
"bridgedFromAddress": "0x0ae055097c6d159879521c384f1d2123d1f195e6",
"txCnt": 1222482
},
{
"symbol": "COW",
"address": "0x177127622c4a00f3d409b75571e12cb3c8973d3c",
"holderCnt": 7941,
"bridgedFromNetwork": "ETH",
"totalSupply": "28989239",
"bridgeType": "OMNI",
"name": "CoW Protocol Token from Mainnet",
"bridgedFromAddress": "0xdef1ca1fb7fbcdc777520aa7f396b4e015f497ab",
"txCnt": 156914
}
]
}
}
Response Description
"data": {
"page": 1,
"size": 10,
"total": 604,
"data": [
{
"symbol": "BZZ", // token symbol
"address": "0xdbf3ea6f5bee45c02255b2c26a16f300502f68da",
"holderCnt": 209761, // holder counts
"bridgedFromNetwork": "ETH",
"totalSupply": "327699",
"bridgeType": "OMNI", // bridge
"name": "BZZ on xDai", // token name
"bridgedFromAddress": "0x19062190b1925b5b6689d7073fdfc8c2976ef8cb", // Ethereum source token
"txCnt": 1372529 // transaction counts
}
]
}