GET Get Prop Challenge Metrics¶
Endpoint¶
GET /prop/challenges/{id}/metrics
Query Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
limit |
int | No | Default 100, max 1000 |
offset |
int | No | Default 0 |
Description¶
Returns runtime metric snapshots for a customer-owned prop challenge. Rows are ordered from newest to oldest.
Response Example¶
{
"rows": [
{
"id": 100,
"challenge_id": 1,
"account_login": 2000100,
"balance": 100000,
"equity": 104500,
"profit_target": 4.5,
"daily_loss": 0,
"total_loss": 0,
"trading_days": 3,
"created_time": 1778163600
}
]
}