-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolana.tokenlist.json
93 lines (93 loc) · 2.96 KB
/
solana.tokenlist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "Solana Token List",
"logoURI": "https://cdn.jsdelivr.net/gh/trustwallet/assets@master/blockchains/solana/info/logo.png",
"keywords": [
"solana",
"spl"
],
"tags": {
"stablecoin": {
"name": "stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"ethereum": {
"name": "ethereum",
"description": "Asset bridged from ethereum"
},
"lp-token": {
"name": "lp-token",
"description": "Asset representing liquidity provider token"
},
"wrapped-sollet": {
"name": "wrapped-sollet",
"description": "Asset wrapped using sollet bridge"
},
"wrapped": {
"name": "wrapped",
"description": "Asset wrapped using wormhole bridge"
},
"leveraged": {
"name": "leveraged",
"description": "Leveraged asset"
},
"bull": {
"name": "bull",
"description": "Leveraged Bull asset"
},
"bear": {
"name": "bear",
"description": "Leveraged Bear asset"
},
"nft": {
"name": "nft",
"description": "Non-fungible token"
},
"security-token": {
"name": "security-token",
"description": "Tokens that are used to gain access to an electronically restricted resource"
},
"utility-token": {
"name": "utility-token",
"description": "Tokens that are designed to be spent within a certain blockchain ecosystem e.g. most of the SPL-Tokens"
},
"tokenized-stock": {
"name": "tokenized-stock",
"description": "Tokenized stocks are tokenized derivatives that represent traditional securities, particularly shares in publicly firms traded on regulated exchanges"
}
},
"timestamp": "2024-09-06T09:35:00+0000",
"tokens": [
{
"chainId": 101,
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/p2p-org/solana-token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png",
"tags": [
"stablecoin"
],
"extensions": {
"coingeckoId": "usd-coin",
"serumV3Usdt": "77quYg4MGneUdjgXCunt9GgM1usmrxKY31twEy3WHwcS",
"website": "https://www.centre.io/"
}
},
{
"chainId": 102,
"address": "rabpv2nxTLxdVv2SqzoevxXmSD2zaAmZGE79htseeeq",
"symbol": "RABOTA",
"name": "RABOTA Token",
"decimals": 9,
"logoURI": "https://bafybeierdzfqbppjdv36nnhiiyuwdsccag7la6juvzm4c732q2bmfcvice.ipfs.w3s.link/rabotaToken.png",
"tags": [
"utility-token"
]
}
],
"version": {
"major": 0,
"minor": 3,
"patch": 3
}
}