ReindexSymbols
ReindexSymbols¶
Description: Performs a full reindexing of all trading symbols. This operation ensures that internal symbol indexes remain consistent and optimized.
Request Parameters¶
No parameters required.
Response Parameters¶
| Name | Type | Description |
|---|---|---|
| data | string | Returns "OK" if successful |
Response Example¶
{
"data": "OK"
}
⚠️ If reindexing fails, the response will contain an error message:
{ "error": "REINDEX_SYMBOLS_ERROR", "message": "Failed to reindex symbols" }