listings_historical
Get historical token listing data from Korean exchanges (Upbit, Bithumb). Includes announcement time, deposit start time, and trading start time. Critical for listing arbitrage strategies.
Usage hints:
- Returns announced_at, deposit_at, trade_at timestamps for listing lifecycle
- Combine with cex_candle and ticker for price impact analysis around listing events
- Focus on KRW market listings for kimchi premium opportunities
REST endpoint
GET /api/v1/listings/historical — see REST reference.
Parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
refresh | boolean | no | Refresh cache (default: False) | false |
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "listings_historical",
"arguments": {}
}
}