Parameter | Description |
---|---|
Limit | Limit number of returned records, default is 50, max is 1000. |
Start At Index | Get records starting at this index (max is 1000 minus the limit parameter). |
{
"status": "<string>",
"total": 34937,
"data": [
{
"account": "<string>",
"start_time": "2025-04-14T14:30:00.375074+03:00",
"asset_number": null,
"account_action_id": "<string>"
},
{
"account": "<string>",
"start_time": "2025-04-14T14:30:00.375074+03:00",
"asset_number": null,
"account_action_id": "<string>"
}
]
}
Was this page helpful?