← Protocol index
Resource / 13004
unknownCityFALCON Financial API.
Timeseries sentiment for entities and assets
Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 75000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0xA039E3dEb5ca71E41905f90491FC5d016CE23B79 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Query parameters for GET https://api.cityfalcon.com/v0.2/services/sentiment. Auth: access_token.",
"properties": {
"average_for_period": {
"description": "Include average value for the period.",
"type": "boolean"
},
"identifier_type": {
"default": "full_tickers",
"description": "Identifier type. Accepted values: full_tickers, countries, dcsc_sectors.",
"enum": [
"full_tickers",
"countries",
"dcsc_sector_level1",
"dcsc_sector_level2",
"dcsc_sector_level3",
"dcsc_sector_level4"
],
"type": "string"
},
"identifiers": {
"description": "Comma-separated values, interpreted per `identifier_type`. Full tickers are built as [ticker]_[trading_country]: the ticker, an underscore, then the country code of listing — e.g. AAPL_US, 005930_KR. For disambiguation of companies that share a ticker (e.g., AA_US and AA_GB for American Airlines and British American Tobacco). Cryptocurrencies are not country-bound and use GLOBAL, e.g. BTC_GLOBAL.",
"example": "AAPL_US,BTC_GLOBAL",
"type": "string"
},
"period": {
"default": "d1",
"description": "Time period over which sentiment is calculated: m5 (5 min), m15 (15 min), h1 (1 hour), h8 (8 hours), d1 (1 day), w1 (1 week), mth1 (1 month).",
"enum": [
"m5",
"m15",
"h1",
"h8",
"d1",
"w1",
"mth1"
],
"type": "string"
},
"statistics_for_period": {
"description": "Include statistics for the period.",
"type": "boolean"
}
},
"title": "Sentiment for entities",
"type": "object"
},
"type": "http"
}
OutputJSON
{
"type": "json"
}