API
Last updated
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending
.mdto page URLs; this page is available as Markdown.
Note: This is a sample page. The full API reference will be imported here later.
Introduction
The Igniz API lets developers integrate market data, account information, and trading functionality into their own applications. This page will host the complete reference, including authentication, endpoints, rate limits, and code examples.
Sample: Base URL
https://api.igniz.example/v1Sample: Authenticated Request
GET /v1/markets/ticker?symbol=BTCUSDT
Authorization: Bearer <API_KEY>{
"symbol": "BTCUSDT",
"lastPrice": "0.00",
"priceChangePercent": "0.00"
}The endpoints, parameters, and payloads shown above are illustrative placeholders only. Final, authoritative API documentation will replace this page.
Last updated