Name
The name of the metric that is used in the public API.
For example, if the metric is `price_usd` it is provided as the `metric` argument.
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(asset: "ethereum" from: "utc_now-90d" to: "utc_now" interval: "1d"){
datetime
value
}
}
}
|
percent_of_total_supply_in_profit
|
Internal Name
The name of the metric that is used in the database tables.
The database tables are accessed through Santiment Queries when the
user interacts with the data via SQL.
How to use Santiment Queries, check this link
|
percent_of_total_supply_in_profit
|
Frequency
The minimum interval at which the metric is updated.
For more details check this link
|
|
Stabilization Period
The Stabilization Period is the time interval after which
the metric data is considered stable and unlikely to change.
Due to the specifics of our metrics calculation algorithms (especially for on-chain data),
metric values may be recalculated several times after they are first provided via the API.
This can happen, for example, while waiting for a required number of blockchain confirmations
or as new data becomes available.
The stabilization period defines how long after the initial calculation the data may still change.
Once this period has passed, the data is generally considered immutable and safe for
use in critical applications.
Example: If the stabilization period is 24 hours, the metric value for a given day
may be updated several times within those 24 hours, but after that, it is considered final.
|
|
Can Mutate
The Can Mutate field indicates whether the metric data can change even after the
stabilization period has passed.
In most cases, once the stabilization period is over, the metric data is considered final.
However, for some metrics, it is possible for the data to be recalculated or updated later
due to changes in the underlying calculation parameters (for example, if the set of addresses
included in the calculation is updated).
If Can Mutate is true, you should be aware that the metric value may change even
after it was previously considered stable. If false, the data is guaranteed to remain
unchanged after the stabilization period.
|
|
Docs
The link to the documentation page for the metric.
|
|
Has Incomplete Data
A boolean that indicates whether the metric has incomplete data.
Only daily metrics (metrics with Frequency of 1d or bigger) can have incomplete data.
In some cases, if the day is not yet complete, the current value can be misleading.
For instance, fetching daily active addresses at 12pm UTC would
include only half a day's data, potentially making the metric value for that day appear too low.
By default the incomplete data is not returned by the API.
To obtain this last incomplete data point, provide the `includeIncompleteData` flag
Example:
{
getMetric(metric: "daily_active_addresses"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-3d"
to: "utc_now"
includeIncompleteData: true){
datetime
value
}
}
}
|
|
Default Aggregation
The default aggregation for the metric.
The default aggregation is hand picked so it makes most sense for the given metric.
For example, the default aggregation for `price_usd` is `LAST`, as other aggregations like
`SUM` do not make sense for that metric.
To override the default aggregation, provide the `aggregation` parameter.
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"
aggregation: MAX){
datetime
value
}
}
}
|
|
Access
FREE - The metrics labeled FREE have their entire historical data and realtime data
available without any restrictions. These metrics are available to all users, regardless of their
subscription level.
RESTRICTED - The metrics labeled RESTRICTED have their historical and realtime data
restricted based on the subscription plan of the user.
To see how much of the historical and realtime data is restricted, check the restrictions
at the pricing page.
The documentation about the restriction is avaialble at this Academy page.
|
|
Is Timebound
A boolean that indicates whether the metric is timebound.
|
|
Available Aggregations
The available aggregations for the metric.
The aggregation controls how multiple data points are combined into one.
For example, if the metric is `price_usd`, the aggregation is `LAST`, and the
interval is `1d`, then each data point will be represented by the last price in the
given day.
All aggregations except `OHLC` are queried the same way:
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"
aggregation: MAX){
datetime
value
}
}
}
When `OHLC` aggregation is used, the result is fetched in a different way -
use `valueOhlc` instead of `value`:
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"
aggregation: OHLC){
datetime
valueOhlc {
open high close low
}
}
}
}
|
ANY, SUM, AVG, MIN, MAX, LAST, FIRST, MEDIAN, COUNT, OHLC
|
Available Selectors
The available selectors for the metric.
The selectors control what entity the data is fetched for.
For example, if the metric is `price_usd`, the selector is `asset`, and the
value is `ethereum`, then the data will be fetched for.
To provide any selector other than `slug`, use the `selector` input parameter.
Example:
{
getMetric(metric: "active_withdrawals_per_exchange"){
timeseriesData(
selector: { slug: "bitcoin" owner: "binance" }
from: "utc_now-90d"
to: "utc_now"){
datetime
value
}
}
}
|
|
Data Type
The data type of the metric.
The data type is used to determine how the data is stored and fetched.
All metrics with `timeseries` data type are fetched in a generic way using `timeseriesData` field.
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"){
datetime
value
&rbra
&rbra
}
The metrics with `histogram` data type are fetched in different ways as their result format
could differ. Check the documentation of each such metric to see an example.
|
|
Available Assets
The assets for which the metric is available.
The metric can be fetched for any of the listed assets.
Each asset is uniquely identified by its `slug`:
Example:
{
getMetric(metric: "daily_active_addresses"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"){
datetime
value
}
}
}
|
arb-gains-network,
cartesi,
vectorspace-ai,
hxro,
vidt-dao,
pria,
polkastarter,
tratok,
wepower,
sirin-labs-token,
covalent,
virtual-protocol,
beta-finance,
gods-unchained,
tenset,
kucoin-shares,
sessia,
kylin,
zip,
mythos,
allianceblock-nexera,
shiro-neko,
cult-dao,
uquid_coin,
urus,
muzika,
agrello-delta,
spiking,
pitiscoin,
truebit,
fatcoin,
bao-finance,
rubic,
o-cyberconnect,
somnium-space-cubes,
sparkle,
sharpe-platform-token,
stockchain,
komet,
pickle-finance,
palletone,
tower-token,
fantom,
polygon-ecosystem-token,
newscrypto,
pulsepad,
fm-gallery,
alchemist,
ramp,
dos-network,
modultrade,
a-step-app,
clearcoin,
nsure-network,
wrapped-evmos,
atn,
a-joe,
hashgard,
shrub,
cybervein,
coinhe-token,
whitebit-token,
arc,
leverj,
powertrade-fuel,
gridplus,
opium,
coinus,
arb-sushi,
unistake,
lanlan-cat,
cryptogpt,
gatsby-fi,
capdaxtoken,
fuse-network,
moonbot,
harrypotterobamapacman8inu,
reflexer-ungovernance-token,
nord-finance,
rari-governance-token,
paragon,
coinsuper-ecosystem-network,
suku,
truefeedback,
gho,
banana-gun,
mines-of-dalarnia,
cate,
sharetoken,
usdd,
nft-worlds,
compound-uniswap,
unitrade,
samurai,
fanstime,
5ire,
karrat,
gamestop,
xyo,
volt-inu-v2,
stobox-token,
compound-usdt,
vegawallet-token,
mcdex,
eva-cash,
evedo,
dmail-network,
usds,
math,
hitchain,
unification,
autonolas,
syncfab,
experty,
kekius-maximus-vip,
havah,
everrise,
sora-validator-token,
umbrella-network,
peanut,
mahadao,
non-playable-coin,
covesting,
hurify,
lendingblock,
cmitcoin,
frax-staked-ether,
remme,
cream-finance,
kattana,
the-emerald-company,
eigenlayer,
wrapped-bitcoin,
zeuxcoin,
biopassport-token,
revv,
compound-dai,
clover,
poolz-finance,
one-share,
plume,
yield-app,
zigcoin,
ost,
peculium,
midasprotocol,
raze-network,
stpt,
leocoin,
rightmesh,
telos,
omnitude,
encrypgen,
defidollar-dao,
fracton-protocol,
troll-new,
linkeye,
cudos,
seer,
arb-pendle,
consentium,
kine,
peakdefi,
santiment,
indahash,
defi-pulse-index,
torn,
efforce,
raiden-network-token,
quant,
ibtc-synthetix,
populous,
bnb-gaimin,
quickswap,
splintershards,
yuan-chain-coin,
unifi-protocol-dao,
curve,
shinechain,
feed-every-gorilla,
coineal-token,
a-usd-coin,
timeless,
bancor,
cybereits,
tharwa,
innovaminex,
mintlayer,
roobee,
playdapp,
napoleonx,
compound,
airswap,
bondly,
atonomi,
a-cointel,
lif3,
mantra-dao,
xend-finance,
first-neiro-on-ethereum,
everycoin,
pumapay,
gamium,
litentry,
dehive,
klaus,
firmachain,
ribbon-finance,
across-protocol,
magic-internet-money,
hyper-speed-network,
metaverse-index,
videocoin,
real-smurf-cat-eth,
hold,
o-weth,
deri-protocol,
key,
convergence,
zeusshield,
ryujin,
aragon,
appcoins,
qunqun,
antimatter,
orchid,
ethos,
menapay,
bhpcash,
monetha,
arb-carv,
engagement-token,
winstars-live,
aavegotchi-ghst-token,
dexter-g,
polkacover,
inlock,
flex,
dapp-token,
singularitydao,
whale,
frontier,
invacio,
a-benqi,
shroom-finance,
benepit-protocol,
bounce,
usdx-stablecoin,
beowulf,
whiterock,
cryptopay,
kimchi-finance,
balpha,
compound-ether,
fire-lotto,
gemini-dollar,
bnb-frax,
shipchain,
a-maplestory-universe,
bnb-floki-inu,
hedget,
crowns,
maincoin,
saffron-finance,
unisocks,
hapi-one,
q-dao-governance-token,
gyen,
perl-eco,
yearn-finance,
dione-protocol,
melon,
arb-frax,
hoqu,
superfarm,
vader-protocol,
thingsoperatingsystem,
unus-sed-leo,
zilla,
octofi,
probit,
blocery,
victoria-vr,
usd1,
darcio-ecosystem-coin,
aurora-near,
keysians-network,
dether,
a-heroes-chained,
dxchain-token,
paal-ai,
funfair,
unido,
nucypher,
philtoken,
yfi-mobi,
one-cash,
dvision-network,
unlimitedip,
keep3rv1,
kcash,
bio,
aencoin,
cashbet-coin,
o-aave,
bibox-token,
dydx,
onx-finance,
boson-protocol,
armor,
a-coq-inu,
circuits-of-value,
unfederalreserve,
oax,
eunomia,
7eleven,
arb-ztx,
zklink,
apy-finance,
uniswap,
tokenclub,
nucleus-vision,
reapchain,
lisk-machine-learning,
betprotocol,
sky,
the-graph,
bnb-sushi,
titanswap,
liquity,
parkingo,
xdai,
sharder,
fsw-token,
modefi,
fleta,
life,
mileverse,
zeedex,
phv,
moon-tropica,
wixlar,
selfkey,
flexacoin,
force-for-fast,
b2bx,
chain-key-usdt,
cere-network,
blockport,
xdefi-wallet,
dogelon,
viberate,
saitama-inu-new,
cajutel,
spx6900,
cosmo-coin,
xcad-network,
content-value-network,
pepe,
delphy,
your,
bnb-usd-coin,
trias,
ethereum-swarm,
blockburn,
easyfi,
oneroot-network,
yottachain,
truefi-token,
oneswap-dao-token,
sweat-economy,
primas,
aura-finance,
bitex-global-xbx-coin,
sahara-ai,
treecle,
nym,
penta,
dynamic-set-dollar,
radio-caca,
splyt,
spark,
props,
ethereum-name-service,
inmax,
hillstone,
district0x,
tokemak,
content-neutrality-network,
viction,
bitrue-coin,
electric-vehicle-zone,
trvl,
arb-arbitrum,
lattice-token,
offshift,
onbeam,
dignity,
gmb,
vidya,
o-usd-coin,
digg,
ieth,
guild-of-guardians,
epns,
pawswap,
iq,
vodi-x,
arb-gmx,
kira-network,
paid-network,
nper,
lunchmoney,
bitkan,
wax,
tenx,
pinlink,
orion-protocol,
dreamteam-token,
cirus-foundation,
name-changing-token,
movement,
wrapped-eeth,
badger-dao,
clearpoll,
yuno-finance,
a-binance-usd,
coinmetro-token,
bidao,
o-frax,
apm-coin,
daostack,
get-protocol,
maps,
yee,
derace,
quantfury-token,
yeed,
dex,
morpheus-labs,
basedai,
o-worldcoin-org,
chainlink,
straitsx-xusd,
beyond-protocol,
dao-casino,
amino,
bnb-palmswap,
matic-network,
mainframe,
daps-token,
humanity-protocol,
newton-protocol,
chi-gastoken,
jesus-coin,
copytrack,
power-ledger,
indorse-token,
tigercash,
all-sports,
baasid,
naga,
ugchain,
dacc,
toncoin,
humaniq,
amon,
muse,
biconomy,
loopring,
elysian,
smartmesh,
shrapnel-com,
auctus,
blockchain-certified-data-token,
dextrust,
growthdefi,
oxygen,
apu-apustaja,
vaiot,
blank-wallet,
dao-maker,
switch,
trias-token,
lendroid-support-token,
limewire,
tectum,
saito,
hydrogen,
quickx-protocol,
digitalbits,
mask-network,
salt,
ovr,
earth-token,
blocklords,
katalyo,
grok-erc,
mars,
index-cooperative,
hermez-network,
paint,
ethena-staked-usde,
vnx,
immutable-x,
invictus-hyperion-fund,
fox-trading,
arb-wrapped-bitcoin,
cashaa,
mytoken,
digitex-futures,
defi-yield-protocol,
sealchain,
when-token,
bitkub-coin,
fei-protocol,
delysium,
thore-cash,
golem-network-tokens,
nss,
ampleforth,
sentinel-chain,
catecoin,
decentr,
linka,
alpha-quark-token,
cyberconnect,
utrust,
decentraland,
visionx,
ring-x-platform,
popchain,
league-of-kingdoms,
usual-usd,
ufo-gaming,
matrixdock-gold,
xvix,
mex,
ripio-credit-network,
deepcloud-ai,
a-wonderland,
the-sandbox,
empowr-coin,
paypie,
rally,
nnb-token,
tidal-finance,
holyheld,
kelp-dao-restaked-eth,
polkabridge,
cryptobosscoin,
contents-protocol,
audius,
izichain,
sharpay,
ice-rock-mining,
machine-xchange-coin,
eosdac,
livepeer,
lukki,
alien-worlds,
boosted-finance,
huobi-pool-token,
trueflip,
kwhcoin,
signal-token,
boringdao,
multichain,
cwv-chain,
cova,
olxa,
punk,
rotharium,
arb-radiant-capital,
amond,
temdao,
blockstreet-xyz,
emirex,
aelf,
credefi,
artfinity,
tokok,
swissborg,
dsla-protocol,
aladdin,
chainflip,
bitcoin-token,
margix,
everest,
top,
edgeless,
blur-token,
presearch,
chain-games,
lympo,
mind-network,
stasis-euro,
blockchain-quotations-index-token,
open-predict-token,
amp,
kleros,
savings-dai,
chain-guardians,
p2p-global-network,
inverse-finance,
harrypotterobamasonic10inu-eth,
wings,
sp8de,
exrnchain,
carinet,
destra-network,
forta,
zerobank,
hyve,
ethena,
genaro-network,
bispex,
snetwork,
mocaverse,
kendu-inu,
derivadao,
tgame,
amo-coin,
pepefork,
spendcoin,
hakka-finance,
vidy,
dejitaru-tsuka,
cryptrust,
scryinfo,
dent,
prosper,
arbidex,
avalon-labs-avl,
medical-chain,
researchcoin,
almeela,
unizen,
ailink-token,
coldstack,
terra-virtua-kolekt,
blox,
satoshivm,
pbtc35a,
cloudbric,
spindle,
pepe-2-0,
truth,
aventus,
rake-coin,
everex,
arb-kujira,
friends,
neiro-eth,
the-tokenized-bitcoin,
symbiosis-finance,
duck-dao,
bnb-trueusd,
daneel,
exeedme,
the-midas-touch-gold,
litex,
a-pangolin,
newstoken,
blocksquare-token,
yield,
polymath-network,
adbank,
bitball,
hopr,
blue-whale-token,
o-layerzero,
chromia,
rocket-pool-eth,
pufeth,
stater,
v-id,
eclipse-xyz,
swarm-fund,
automata-network,
omni-network,
magic-token,
masternet,
upfiring,
robonomics-network,
iqeon,
minty-art,
terrausd,
bnb-eldarune,
rotten,
polkadex,
bnb-binance-usd,
pundix-new,
spheroid-universe,
vikkytoken,
pledge-coin,
gsenetwork,
oraichain-token,
stfx,
gomics,
starknet-token,
tael,
gameswap,
manyu-ethereum,
ndex,
throne,
koinos,
revain,
global-dollar-usdg,
zmine,
unbound,
numbers-protocol,
sentivate,
o-wrapped-bitcoin,
maecenas,
yvs-finance,
axpire,
highstreet,
base-protocol,
planettoken,
mantle,
uma,
ultra,
sipher,
mybit,
open-gpu,
arb-hegic,
marlin,
dew,
meta,
yield-guild-games,
book-of-ethereum,
wom-protocol,
block-array,
cobak-token,
energy-web-token,
nexus-mutual,
the-root-network,
stk,
pooltogether,
arb-subsquid,
justliquidity,
omisego,
layerzero,
ethereum-yield,
gomining-token,
sandclock,
ankr,
nuco-cloud,
swerve,
ssv-network,
drp-utility,
thrive-token,
bnb-trillioner,
arb-sperax,
dacsee,
enecuum,
arb-usd-coin,
star-link,
rupiah-token,
a-crabada,
lagrange,
ors-group,
lootbot,
ethernity-chain,
gensokishis-metaverse,
unmarshal,
vow,
rollbit-coin,
tether-gold,
golff,
davinci-coin,
usual,
binance-usd,
numeraire,
stader,
image-generation-ai,
levolution,
choise,
arb-layerzero,
tokenstars,
dragon-coins,
wall-street-memes,
libra-credit,
kickico,
ruler-protocol,
optionroom,
bnb-strikecoin,
lockchain,
puffer,
frax-share,
nkn,
status,
worldcoin-org,
nexo,
creditcoin,
heartbout,
proxi,
connect-coin,
cheqd,
breederdao,
hashnet-biteco,
tokenlon-network-token,
paypal-usd,
yfdai-finance,
fluz-fluz,
decentralized-vulnerability-platform,
pixie-coin,
first-digital-usd,
pax-gold,
bigbom,
sada,
alp-coin,
0xbtc,
dafi-protocol,
hedgetrade,
o-optimism,
sidus-heroes,
owl-token-stealthswap,
bnb-chromia,
airtor-protocol,
mancium,
greenmed,
strong,
milady-meme-coin,
yala-org,
naviaddress,
harvest-finance,
digixdao,
playgame-token,
blackmoon,
now-token,
bee-token,
axelar,
bnb-multi-collateral-dai,
sora,
xinfin-network,
hackenai,
box-token,
furucombo,
bnsd-finance,
pointpay,
orion-money,
apis,
ionchain,
waletoken,
dadi,
ix-swap,
dexe,
hashflow,
aethir,
cindicator,
medium,
unibot-eth,
lemochain,
jibrel-network,
hegic,
renzo,
o-velodrome-finance,
oin-finance,
sportyco,
arb-q-protocol,
tontoken,
the-abyss,
hercules,
defi-bids,
yui-token,
o-multi-collateral-dai,
chain-key-bitcoin,
wilder-world,
okb,
eristica,
gems-vip,
finxflo,
dodo,
bobs-repair,
darwinia-commitment-token,
realm,
dxdao,
stormx,
a-tether,
liquidity-dividends-protocol,
bitcoin-one,
frax,
ela-coin,
herocoin,
tosdis,
hashkey-platform-token,
unilend,
gems-protocol,
reserve-rights,
wootrade,
monavale,
rublix,
sav3token,
leverj-gluon,
parsiq,
coinweb,
digix-gold-token,
yearn-finance-ii,
niobium-coin,
bitcoin,
zentry,
arb-synapse-2,
api3,
lgcy-network,
hi-dollar,
bread,
enzo,
treehouse,
bnktothefuture,
turbo,
stakeborg-dao,
treelion,
0xcert,
dws,
aurora,
cyberfi,
huobi-token,
olive,
kyber-network,
arb-xai-games,
dad-chain,
dextools,
1eco,
paxos-standard,
dawn-protocol,
iou,
lien,
human,
pixels,
swftcoin,
fintrux-network,
mysterium,
frax-price-index,
impossible-finance,
messier,
suterusu,
crycash,
3x-long-bitcoin-token,
blockv,
leisuremeta,
arb-magic-internet-money,
tominet,
medishares,
degate,
tesra,
bnb-safepal,
aioz-network,
space-and-time,
cvault-finance,
project-galaxy,
yawn,
rate3,
shib-original-vision,
a-frax,
bnb-baby-doge-coin,
staked-ethena,
map-protocol,
deapcoin,
decimated,
uchain,
suzuverse,
bella-protocol,
project-with,
glitch,
nunet,
arb-apex-token,
grove3,
influence-chain,
the-currency-analytics,
threshold,
vibe,
visor-finance,
pnetwork,
synapse-2,
augur,
o-perpetual-protocol,
relex,
ethereum,
powerpool,
deus-finance-2,
meridian-network,
avinoc,
a2dao,
hashcoin,
bamboo-defi,
bitguild-plat,
osaka-protocol,
time-new-bank,
multivac,
etherisc,
usechain-token,
router-protocol-2,
shiba-inu,
power-index-pool-token,
insured-finance,
vinci,
coti,
pibble,
impt,
strawberry-ai,
bomb,
cardano,
euler-finance,
tokenfi,
arcblock,
kind-ads-token,
singulardtv,
arb-ox-coin,
yffs,
whiteheart,
basic-attention-token,
rage-fan,
ruff,
iconomi,
fountain,
tellor,
pendle,
zeroswap,
dforce,
distx,
verime,
babb,
arb-uxlink,
tripio,
forceprotocol,
sparkpoint,
weth,
fuel-network,
bodhi-eth,
verse-token,
solve,
puregold-token,
rocket-pool,
dragonchain,
morpheus-network,
unibright,
bankex,
meme,
aeternity,
platoncoin,
farmatrust,
idex,
arb-curve,
basis-cash,
aidcoin,
arb-magic-token,
xrp,
landx-finance,
bitmart-token,
origin-dollar,
formosa-financial,
a-gmx,
12ships,
aidus-token,
sharplink-gaming,
deversifi,
game,
a-lambo,
spell-token,
bitgear,
xdef-finance,
a-trueusd,
gravity-token,
couchain,
carry,
union-protocol-governance-token,
stone,
blind-boxes,
epic-chain,
hunt,
rai,
serve,
nftx,
rarible,
senso,
moneytoken,
maker,
lition,
smoothy,
bitpanda-ecosystem-token,
archer-dao-governance-token,
pton,
izumi-finance,
cnns,
keystone-of-opportunity-knowledge,
autonio,
xmon,
boutspro,
valuecybertoken,
humanscape,
pepecoin,
internet-computer,
konomi-network,
vitalik-smart-gas,
neuralai,
otcbtc-token,
polyswarm,
aax-token,
bnb-tether,
small-love-potion,
arb-a3s-protocol,
blockbank,
mogu,
vulcan-forged-pyr,
digital-fantasy-sports,
bnb-trust-wallet-token,
covalent-x,
illuvium,
carvertical,
surf,
wagmi-game-2,
a-colony,
fivebalance,
gala-v2,
origin-dollar-governance,
dusk-network,
tg-casino,
albos,
wagie-bot,
gamercoin,
jarvis,
maple,
swapfolio,
zper,
qiibee,
realio-network,
chronologic,
euro-coin,
k21,
iterationsyndicate,
o-kwenta,
internationalcryptox,
flowchain,
hourglass,
88mph,
adx-net,
popsicle-finance,
futureswap,
eurite,
etherparty,
looksrare,
bnb-metafighter,
coin98,
piedao-dough-v2,
lido-finance-wsteth,
digifinextoken,
birdchain,
gelato,
revolution-populi,
coinvest,
arcs,
zel,
buddy,
lords,
masa-network,
six-domain-chain,
o-synthetix-network-token,
ondo-finance,
yobit,
helbiz,
formation-fi,
banyan-network,
degenvc,
matryx,
handy,
a-agora-finance,
lotto,
enjin-coin,
aditus,
o-tether,
huobi-btc,
bnb-space-id,
define,
prom,
yffi-finance,
cononchain,
plotx,
cyclub,
conun,
restart-energy-mwat,
l,
azuki,
paraswap,
botto,
geeq,
naoris-protocol,
davion,
asian-fintech,
ferrum-network,
myneighboralice,
ooki-protocol,
sakura-bloom,
you-coin,
metronome,
sentinel-protocol,
constitutiondao,
swell-network,
chronotech,
debitum-network,
everus,
forty-seven-bank,
spectral,
wibson,
hex,
internxt,
0x,
polybius,
themis,
endor-protocol,
shopping,
function-x,
chain,
sake-token,
optimus-ai,
request,
patron,
opendao,
float-protocol,
egretia,
carat,
yeld-finance,
xmax,
balancer,
anchor,
decentral-games,
BTRST,
ispolink,
dimitra,
skale-network,
big-time,
deor,
neos-credits,
lambda,
custody-token,
intellishare,
elitium,
olympus,
bnb-paxos-standard,
sashimi,
singularitynet,
docademic,
measurable-data-token,
cotrader,
steth,
hoo-token,
empty-set-dollar,
valuechain,
telcoin,
stake-dao,
ampleforth-governance-token,
ava,
phala-network,
method-finance,
decentralized-machine-learning,
moeda-loyalty-points,
obol,
uncx,
fluence-network,
yflink,
fox-token,
onotoken,
bloomzed-token,
noia-network,
fortem-capital,
bonded-finance,
bitget-token-new,
value-defi-protocol,
litecoin,
mx-token,
decent-bet,
liquity-usd,
myshell,
datawallet,
arpa-chain,
cow-protocol,
alpha-token,
font,
edu-coin,
smartup,
space-id,
usd-coin,
tendies,
hydro-protocol,
big-data-protocol,
brickken,
node-ai,
devery,
sxag,
lido-dao,
elixir-deusd,
synthetix-network-token,
daex,
katana-inu,
alkimi,
akropolis,
carlive-chain,
krypton-galaxy-coin,
keep-network,
reef,
seele,
electrifyasia,
guppy,
azbit,
convex-finance,
freeway-token,
stargate-finance,
sophon,
mog-coin,
likecoin,
genesis-shards,
business-credit-substitute,
ethena-usde,
propy,
smartshare,
deflect,
trinity-protocol,
perpetual-protocol,
mixmarvel,
kiba-inu,
cellframe,
tokenpocket,
dkargo,
ormeus-coin,
arb-weth,
maga,
multiverse,
animalgo,
tribal-token,
bnb-usdd,
en-tan-mo,
betterbetting,
bnb-binaryx-new,
zircuit,
ren,
consensus,
duckdaodime,
open-loot,
mongcoin,
insurace,
substratum,
devve,
kerneldao,
storj,
bluzelle,
seth,
chiliz,
hifi-finance-new,
alethea-artificial-liquid-intelligence-token,
gemma-extending-tech,
raydium,
kujira,
skychain,
clintex-cti,
combo-network,
vegaprotocol,
o3swap,
dacxi,
qredo,
dia-data,
yam-v2,
lunyr,
pepes-dog,
globalvillage-ecosystem,
tchain,
smartkey,
biotron,
ox-coin,
graphlinq-protocol,
boysclubandy,
eligma-token,
foam,
1world,
orbs,
basis-gold-share,
swipe,
manifold-finance,
paypolitan-token,
local-coin-swap,
ecomi-new,
moo-deng-token,
hoge-finance,
duel,
opulous,
datamine,
orderly-network,
youcash,
banca,
cpchain,
planet,
alluva,
bnb-green-metaverse-token,
chain-key-usdc,
serum,
synternet-v2,
matr1x,
kuende,
nvirworld,
o-balancer,
loom-network,
electronic-energy-coin,
yala,
meta-monopoly,
gitcoin,
dogs-of-elon,
open-platform,
quadrantprotocol,
dora-factory,
unifty,
typhoon-cash,
akita-inu,
pillar,
dogechain,
axie-infinity,
clearpool,
tcash,
altava,
injective-protocol,
metisdao,
bolt,
palm-ai,
jasmy,
lyra-finance,
vnx-exchange,
orbiter-finance,
onbuff,
ink-protocol,
bonpay,
dora-factory-new,
axis-defi,
deeper-network,
perth-mint-gold-token,
heroes-of-mavia,
arb-multi-collateral-dai,
polkamarkets,
canyacoin,
nftx-hashmasks-index,
webflix-token,
hyperquant,
rai-finance-sofi,
zap,
astraai,
celer-network,
bosagora,
efinity,
multi-collateral-dai,
spacechain,
odyssey,
celsius,
fortuna,
swarm-markets,
fractal,
coinbase-wrapped-staked-eth,
skrumble-network,
arb-stargate-finance,
speed-mining-service,
playkey,
mstable-usd,
yamv3,
assemble-protocol,
verasity,
openocean,
o-walletconnect-token,
cargox,
neurotoken,
safe1,
keeperdao,
incodium,
band-protocol,
a-magic-internet-money,
trueusd,
tokenomy,
humans-ai,
fabric-token,
xriba,
jarvis-network,
chex-token,
zoracles,
cocoroerc,
aleph-im,
darwinia-network,
kryll,
fear-nfts,
molecular-future,
ivy,
quiztok,
goldfinch-protocol,
metal,
bnb-cheelee,
araw,
refereum,
whole-network,
echelon-prime,
zynecoin,
lamden,
the-transfer-token,
enigma,
superrare,
chainbing,
landwolf-coin,
iot-chain,
gonetwork,
slink,
floki-inu-v2,
a-multi-collateral-dai,
rmpl,
educare,
wrapped-nxm,
mmx,
blitzpredict,
lcx,
misbloc,
ubique-chain-of-things,
bilaxy-token,
contentbox,
blockium,
b-protocol,
webcoin,
ethereum-is-good,
husd,
arb-tether,
alchemix,
yieldfarming-insure,
bnb-swipe,
artificial-superintelligence-alliance,
gnosis-gno,
soarcoin,
distributed-credit-chain,
vempire-ddao,
qorpo,
lumerin,
proton,
shiba-predator,
monolith,
iht-real-estate-protocol,
doki-doki-finance,
morpho,
linear,
1inch,
dego-finance,
blockzerolabs,
rlc,
jury-online-token,
gourmet-galaxy,
bridge-mutual,
bitdao,
guildfi,
nuggets,
moss-coin,
stafi,
s4fe,
beekan,
department-of-government-efficiency-token,
boom,
quantstamp,
cgc-token,
altlayer,
coinfi,
coinpoker,
gowithmi,
origin-protocol,
aeron,
redfox-labs,
nectar,
xensor,
dhedge-dao,
corite,
krios,
electronic-usd,
0chain,
civic,
portal-gaming,
airbloc,
streamr-datacoin,
vite,
kishu-inu,
bitnation,
mirror-protocol,
iconiq-lab-token,
mobilego,
eminer,
nest-protocol,
commerceblock,
u-network,
lybra-finance,
kardiachain,
adventure-gold,
allianceblock,
alpha-finance-lab,
synfutures,
indexed-finance,
arb-dopex,
openserv,
nestree,
tether,
crowd-machine,
weshow-token,
resolv,
arb-arbdoge-ai,
polkafoundry,
altered-state-token,
thingschain,
quarkchain,
xcrypt,
origintrail,
reflect-finance,
cryptofranc,
a-the-arena,
quanta-utility-token,
polyient-games-governance-token,
no-bs-crypto,
ftx-token,
meter,
crvusd,
zbg-token,
elysia,
ethverse,
heronode,
aergo,
octopus-network,
stablr-euro,
barnbridge,
spiderdao,
smardex,
arkham,
gearbox-protocol,
intelligent-investment-chain,
egoras,
hintchain,
aave,
chartex,
chatcoin,
zippie,
bitcoin-cash,
insure,
terran-coin,
budbo,
tolar,
razor-network,
wall-street-bet,
rss3,
sun-contract,
nerves,
aced,
buck-hath-coin,
qash,
kora-network-token,
dav-coin,
faceter,
uttoken,
acute-angle-cloud,
storm,
wingshop,
crpt,
dprating,
crustnetwork,
tamadoge,
xcredit,
apex-token,
knoxstertoken,
tokamak-network,
bone-shibaswap,
bad-idea-ai,
tacos,
shido-inu-new,
yffii-finance,
blockcloud,
caspian,
chain-key-ethereum,
stableusd,
gohelpfund,
snowswap,
zb,
doge-killer,
datx,
ocean-protocol,
fuzex,
brz,
yearn-finance-dot,
maverick-protocol,
metadium,
silent-notary,
holo,
susd,
brahmaos,
propchain,
polkacity,
sdefi,
lepricon,
maple-finance,
tokoin,
duo-network-token,
origin-sport,
bzx,
traceability-chain,
aviator,
lossless,
fasttoken,
lever,
tenup,
cybermusic,
cryptex-finance,
shadows,
dexcheck,
prometheum-prodigy,
te-food,
tether-eurt,
tribe,
orbit-chain,
colletrix,
mgc-token,
apecoin-ape,
vesper,
owndata,
radworks,
epik-prime,
stackos,
crypto-com-coin,
dogecoin,
nix-bridge-token,
non-fungible-yearn,
dentacoin,
mixtrust,
witch-token,
atomic-wallet-coin,
render,
bitfex,
trustswap,
vision-token,
proton-token,
icechain,
nebula-ai,
sidus-heroes-sidus-token,
wrapped-ncg,
rektcoin,
pundi-ai,
b20,
exmr,
atari-token,
zkbase,
hellogold,
bnb-getkicks,
online,
merit-circle,
renzo-restaked-eth,
0x0-ai-ai-smart-contract,
cornucopias,
gamee,
bnb-pancakeswap,
myria,
sushi,
router-protocol,
staked-eth,
mstr2100,
gatechain-token,
trade-token-x,
ceek-vr,
silverway,
unilayer,
adreward,
zelwin,
genesis-vision,
adtoken,
global-social-chain,
xsgd,
gopower
|