Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 100000 | 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/insider_transactions. Auth: access_token.",
"properties": {
"end_date": {
"description": "Retrieve data to/before this date, as a UNIX timestamp, e.g. 1632393143.",
"example": 1632393143,
"type": "integer"
},
"identifiers": {
"description": "Comma-separated identifiers, format [ticker]_[trading_country], e.g. \"AAPL_US, 005930_KR\".",
"example": "AAPL_US",
"type": "string"
},
"info_type": {
"default": "all",
"description": "Filter transactions by informative or uninformative.",
"enum": [
"all",
"informative",
"uninformative"
],
"type": "string"
},
"start_date": {
"description": "Retrieve data from/after this date, as a UNIX timestamp, e.g. 1632393143. Limited to the most recent 30 days; older data is available as CSV from CityFALCON.",
"example": 1632393143,
"type": "integer"
},
"transaction_type": {
"description": "Comma-separated transaction types, e.g. \"buy, sell, gift, option exercised, other\".",
"example": "buy,sell",
"type": "string"
}
},
"title": "Retrieves insider transactions for US companies",
"type": "object"
},
"type": "http"
}
OutputJSON
{
"type": "json"
}