Skip to content

Indexer: public trades and klines endpoints for inference books #126

Description

@Futurizt

Transferred from gosh-sh/dexdo-cli#96.

The inference indexer exposes markets/depth but lacks public recent trades, klines and ticker data per inferenceOrderBookAddress. Clients therefore cannot build a real chart, trade tape or 24h statistics without lossy local sampling.

Requested backend surface:

  • recent executions with price, ticks, quote amount and timestamp;
  • OHLCV buckets, initially 1m/1h/1d;
  • optional ticker with last price and 24h change/volume.

This is backend/indexer scope. The CLI may surface these endpoints only after the backend contract exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions