Skip to content
CoinGecko Pack
Share
Explore
CoinGecko Pack

icon picker
Rate Limits

CoinGecko Rate Limiting is capped to 50 requests a minute, which currently is shared between all users of this pack.
Once Coda supports optional bearer token authentication for column types, we will allow specifying your own bearer token (which CoinGecko offers for a monthly fee).
In the meantime, to avoid redundant API calls, use the follow tricks instead:
GetCoinDetails(
GetCoinDetails('bitcoin').Json
)

GetCoinMarket(
GetCoinDetails('bitcoin').Market.Json
)

GetCoinMarket(
GetCoinMarket('bitcoin').Json
)

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.