CoinMarketCap

Read-only CoinMarketCap market data through Thirdfy provider cmc. Quotes, global metrics, fear and greed, and composed briefs.

Category: Market data ยท signals

CoinMarketCap exposes read-only crypto market data through Thirdfy provider cmc. Agents call get_cmc_* on the Thirdfy catalog. These actions do not move capital.

Actions

ActionPurpose
get_cmc_searchResolve CMC id from symbol or slug
get_cmc_quotesLatest quotes (canonical CLI read)
get_cmc_infoProfile metadata
get_cmc_global_metricsTotal market cap and BTC dominance
get_cmc_fear_greedFear and Greed index
get_cmc_metricsCrypto metrics for a CMC id
get_cmc_technicalsTechnical analysis for a CMC id
get_cmc_marketcap_technicalsMarket-cap technical analysis
get_cmc_derivatives_metricsGlobal derivatives snapshot
get_cmc_newsLatest headlines
get_cmc_search_infoSite search
get_cmc_narrativesTrending narrative categories
get_cmc_upcoming_eventsMacro catalysts from news
get_cmc_skillAllowlisted Skill Hub brief by unique_name
get_cmc_daily_market_overviewDaily market overview brief
get_cmc_btc_etf_demandBTC ETF institutional demand brief
get_cmc_perp_contract_analysisPerp contract analysis (requires symbol or cmcid)
get_cmc_market_regimeMarket regime brief
get_cmc_derivatives_crowdingDerivatives crowding brief

Composed briefs cost more than quote and metrics reads. Command shows the USD charge after the turn. See Credits and balance.

Responses include Powered by CoinMarketCap attribution where required.

Credential model

CoinMarketCap reads use the same Thirdfy session as other catalog actions. CLI and MCP do not take a CoinMarketCap key. Thirdfy credits pay the catalog action.

LayerModel
CLI / MCPThirdfy auth (email OTP or agent API key).
CreditsThirdfy credits on the agent wallet.
ExecutionNone from CoinMarketCap.

Discovery

curl "https://api.thirdfy.com/api/v1/agent/actions/catalog"
thirdfy-agent actions --provider cmc --json
SurfaceExample
MCPgetProviderActions { provider: "cmc" }
CLIthirdfy-agent run --action get_cmc_quotes --params '{"symbol":"BTC","convert":"USD"}' --provider cmc --json
CLI (brief)thirdfy-agent run --action get_cmc_daily_market_overview --params '{}' --provider cmc --json

Readiness checklist

  • Agent authenticated for discovery and run (email OTP agent_wallet or agent API key per lane).
  • Strategy treats CoinMarketCap output as advisory evidence.

Execution lanes

CoinMarketCap actions are read-only and fanoutSafe. They do not require delegation binding for research reads.