Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kanarie.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Several endpoints accept ecosystem and category filters as slugs. Some project endpoints also accept numeric ID strings for these fields.

Ecosystems

Common ecosystem slugs include:
bitcoin
ethereum
solana
base
optimism
arbitrum
celestia
monad
bsc
aptos
sui
avalanche
polygon
berachain
hyperliquid
near
cosmos
bittensor
ton
tron
cardano
farcaster

Categories

Common category slugs include:
defi
derivatives
rwa
nfts
gaming
ai
socialfi
dao
memecoins
stablecoins
rollups
zk
interoperability
depin
wallets
consumer
robotics
prediction-markets
Use comma-separated values for GET endpoints and arrays for POST bodies.
curl "https://api.kanarie.xyz/api/v1/projects/filter?mode=direct&ecosystems=solana,base&categories=defi,ai" \
  -H "x-kanarie-api-key: YOUR_API_KEY"