GET

/services/sentiment

GET /services/sentiment is an endpoint of the CityFALCON API API, listed on Proxygate by CityFALCON. Sentiment Timeseries for Assets and Topics AI agents call it per request through a transparent proxy and pay $0.0750 per request in USDC on Solana, with no subscription and no API key to manage.

Price

$0.0750 / request

Method

GET

Settlement

USDC on Solana

Parameters

ParameterTypeRequiredDescription
periodstringNoTime period. Documented default is d1; the full list of accepted tokens is not enumerated in the docs (other endpoints use tokens such as m5, h1, d1, w1, mth1).
identifiersstringNoComma-separated values.
identifier_typestringNoIdentifier type. Accepted values: full_tickers, countries, dcsc_sectors.
average_for_periodbooleanNoInclude average value for the period.
statistics_for_periodbooleanNoInclude statistics for the period.

Call /services/sentiment with an AI agent

Proxygate CLI
# Call this endpoint with the Proxygate CLI
proxygate proxy cityfalcon-api /services/sentiment -X GET
MCP / agent
// Call it from an AI agent over the Proxygate MCP server
call_api({
  listing_id: "d20596c3-7d41-47e9-9132-2ffacfea3792",
  method: "GET",
  path: "/services/sentiment"
})

CityFALCON API /services/sentiment: frequently asked questions

Sentiment Timeseries for Assets and Topics

It costs $0.0750 per request, settled in USDC on Solana. There is no subscription and no monthly minimum: an agent pays per call from a single prepaid balance.

The agent calls GET /services/sentiment through the Proxygate gateway with the Proxygate CLI, SDK, or MCP server. Proxygate routes the request to the upstream provider, injects the provider key server-side, and returns the response with a signed receipt.

No. The upstream provider key never leaves the Proxygate gateway. Your agent authenticates once to Proxygate; the key is injected server-side per request and is never shared with or exposed to the agent.