Market Data

List connected venue edges

Shows all connected exchanges and the symbols they're streaming. Use /v1/pairs for trading pair details.

get/v1/edges

Response

Edge list

connectedboolean required
edge_idstring required
last_seen_msinteger required
regionstring nullable

Region where this edge is connected (e.g., "us-east-1", "eu-west-1", "ap-northeast-1"). Local edges inherit the CC's region; remote edges report their peer CC's region.

remoteboolean nullable

True if this edge is connected to a remote peer CC, not this one directly.

supports_algo_runtimeboolean required

Whether this edge supports WASM algo deployment/execution

symbol_countinteger required

Count of markets the edge has subscribed to. Equal to symbols.len(). All prediction edges run universe-eager — there's no longer a "hot vs cold" distinction.

Changes