https://b-api.longbridge.xyz/v1/datasets/clearing_internal_check_summariesDataset endpoints are available on the Test host only (https://b-api.longbridge.xyz); the Production host returns 404.
This Dataset query is read-only. Use GET by default. If the encoded query parameters are too large, send the same parameters as a JSON body with POST to the same path.
Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Permission
The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.
Query parameters
Combines business filters. Omit a filter field to disable that filter.
Child attributes
Filters results by Executive Date(Sys Date).
Filters results by Task Name.
opposite_trade_details · Trade reconciliation(client vs. broker)check_lending_settle_price_ready · Presence of an underlying with a lending settlement price of 0dawn_settlement_account_balance_changes · Reconciliation of cash movements (clearing vs. RMS)dawn_settlement_equity_holding_changes · Reconciliation of holding movements (clearing vs. RMS)billing_outstandings · Reconciliation of outstanding(clearing vs. billing)clearing_custodian_efficient · Same client, same underlying across Sub A/Cclearing_custodian_equity_holdings · Reconciliation of holding(clearing vs. custodian)clearing_lending_fee_rates · Missing check on lending fee ratesbilling_interests · Unsettlement interest reconciliation (clearing vs. billing)billing_interest_settlements · Interest settlement reconciliation (clearing vs. billing)clearing_account_balance_outstandings · Reconciliation of unsettlement cash (clearing vs. billing)clearing_equity_holding_outstandings · Reconciliation of unsettlement holding (clearing vs. billing)billing_lending_interests · Reconciliation of unsettlement lending interests(clearing vs. billing)billing_lending_interest_settlements · Reconciliation of lending interests settlement (clearing vs. billing)billing_custodian_fee · Reconciliation of unsettlement portfolio fee(clearing vs. billing)billing_va_custodian_fee · Reconciliation of unsettlement VA custodian fee (clearing vs. billing)extra_opposite_position_details · Holding reconciliation (by sub A/C) (client vs. custodian)extra_dawn_settlement_account_balances · Reconciliation of cash after Day-End (clearing vs. RMS)extra_dawn_settlement_equity_holdings · Reconciliation of cash after Day-End (clearing vs. RMS)trade_reconciliation_after_billing · Trade reconciliation after billing (exception entry Mgmt vs. clearing)clearing_reconciliation_of_holding · Reconciliation of holding (Clearing today vs. prior day + change)clearing_reconciliation_of_balance · Reconciliation of cash balance(Clearing today vs. prior day + change)billing_va_custodian_fee_settlements · Reconciliation of VA custodian fee settlement (clearing vs. billing)billing_custodian_fee_settlements · Reconciliation of portfolio fee settlement (clearing vs. billing)dawn_frozen_account_balance_changes · Reconciliation of manual cash freeze reconciliation(clearing vs. RMS)dawn_frozen_equity_holding_changes · Reconciliation of manual holding freeze reconciliation(clearing vs. RMS)clearing_lending_equity_holding · Short selling quantity check (short selling quantity vs. short position)clearing_option_exercise · Option Exercise Reconciliation (Clearing vs. RMS)
Filters results by Market.
Values are dynamic. Call GET /v1/datasets/refs/clearing_config_markets to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Phase.
1 · Before Clearing Check2 · Clearing Check3 · After Check4 · Extra Check
Page number to retrieve, starting from 1.
Number of records to return per page.
Responses
HTTP 200On success, returns paginated Clearing - Internal Reconciliation Summary records together with pagination metadata such as the page number, page size, and total record count.codemessagedatadataobjectdata structureReturned value: List of list.
Child attributes
Returned value: Unique identifier of the current record.
Returned value: Execution Date (System Date). The date or time format follows the value returned by the API.
Returned value: Phase.
Raw value of step. The step field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Task Name.
Raw value of task_code. The task_code field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Market.
Returned value: Created At. The date or time format follows the value returned by the API.
Returned value: Task Result.
Raw value of task_status. The task_status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Differences.
Returned value: Repair/Fix Status.
Raw value of fix_status. The fix_status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Total number of matching records, used for pagination.
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields