/
OR
originprotocol
/
defi-analytics
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 3d ago
Details
Filter operations
account
2
arm
9
cache
1
coingecko
9
get
/api/v2/coingecko/networks
get
/api/v2/coingecko/pools/{network}/token/{token}
get
/api/v2/coingecko/ohlcvs/{network}/token/{token}
get
/api/v2/coingecko/ohlcvs/{tokenId}
get
/api/v2/coingecko/watchlist
post
/api/v2/coingecko/watchlist
delete
/api/v2/coingecko/watchlist/{tokenId}
patch
/api/v2/coingecko/watchlist/{tokenId}
get
/api/v2/coingecko/price/{token}
defillama
2
hyperliquid
3
merkl
4
ofac
1
ogn
7
protocol
8
reports
3
supply
9
terms
2
token
18
coingecko
token
Add token to watchlist
post
/api/v2/coingecko/watchlist
Request body
object
required
address
string
required
network
string
required
symbol
string
required
watchlisted
boolean
nullable
Response
Token added to watchlist
object
required
Tokens
id
string
required
address
string
required
network
string
required
symbol
string
required
watchlisted
boolean
nullable
required
Changes