Market Data Apis
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| GET | /api/v1/securities | Bearer | List |
| GET | /api/v1/securities/{id}/price | Bearer | Price |
| GET | /api/v1/securities/{id}/history | Bearer | History |
Example Request
{
"example": "See service documentation for full schemas"
}
Example Response
{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}
All write endpoints require Idempotency-Key header where applicable.