Developer Guide

API reference and integration behavior

Edge Poly provides an accessible API for builders who want to embed automated trading logic into their own applications or trigger Chains programmatically. The API allows developers to create Chains, fetch their current status, review execution logs, pause or resume automated sequences, and register webhooks that fire upon market resolution or execution events. All trades are routed through Polymarket’s public API, and session keys follow typed-signature standards such as EIP-712 to maintain security and consistency with modern wallet infrastructure. Developers can also subscribe to event streams that broadcast resolution data, execution confirmations, and failure conditions. Rate limits are designed to support both retail users and institutional setups running dedicated watchtowers. The entire integration flow emphasizes transparency: raw market snapshots, execution details, and state transitions are preserved to guarantee reproducibility

Last updated