https://b-api.longbridge.xyz/v1/datasets/atm_forex_ordersThis 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>.
Query parameters
Filters. Combines business filters. Omit a filter field to disable that filter.
Child attributes
Conversion Order No.. Filters results by Conversion Order No..
Channel Exchange Order ID. Filters results by Channel Exchange Order ID.
Client ID. Filters results by Client ID.
Exchange Type. Filters results by Exchange Type.
Allowed values: FROM, TO
FROMTO
Debit Currency. Filters results by Debit Currency.
Values are dynamic. Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Credit Currency. Filters results by Credit Currency.
Values are dynamic. Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Created Time. Filters results by Created Time.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
Exchange Completion Time. Filters results by Exchange Completion Time.
Child attributes
Greater Than or Equal. Inclusive lower bound of the filter range.
Less Than or Equal. Inclusive upper bound of the filter range.
Review Status. Filters results by Review Status.
Allowed values:
WAIT_AUDIT- Pending ReviewREJECTED_AUDIT- RejectedAPPROVED_AUDIT- Reviewed
WAIT_AUDITREJECTED_AUDITAPPROVED_AUDIT
Requestor. Filters results by Requestor.
Allowed values:
0- User1- Manual2- WAS3- Auto4- Force
01234
Page. Page number to retrieve, starting from 1.
Page Size. Number of records to return per page.
Order By. Array of sorting rules. Each item defines a sort field and direction.
Responses
HTTP 200On success, returns paginated Exchange Order records together with pagination metadata such as the page number, page size, and total record count.codemessagedatadataobjectdata structureList. Returned value: List of list.
Child attributes
Conversion Order No.. Returned value: Conversion Order No..
Channel Exchange Order ID. Returned value: Channel Exchange Order ID.
Client ID. Returned value: Client ID.
Client ID (raw value). Raw value of member_id. The member_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
A/C No.. Returned value: A/C No..
Exchange Type. Returned value: Exchange Type.
Exchange Type. Returned value: Exchange Type.
Exchange Type (raw value). Raw value of change_type. The change_type field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Exchange Strategy. Returned value: Exchange Strategy.
Exchange Strategy (raw value). Raw value of service_strategy. The service_strategy field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Debit Currency. Returned value: Debit Currency.
Debit Currency (raw value). Raw value of from_currency. The from_currency field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Debit Amount. Returned value: Debit Amount.
Credit Currency. Returned value: Credit Currency.
Credit Currency (raw value). Raw value of to_currency. The to_currency field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Credit Amount. Returned value: Credit Amount.
Client Exchange Rate. Returned value: Client Exchange Rate.
Conversion Currency. Returned value: Conversion Currency.
Conversion Amount. Returned value: Conversion Amount.
Conversion Exchange Rate. Returned value: Conversion Exchange Rate.
Reference Rate. Returned value: Reference Rate.
Bid Rate. Returned value: Bid Rate.
Created Time. Returned value: Created Time. The date or time format follows the value returned by the API.
Estimated Processing Time. Returned value: Estimated Processing Time. The date or time format follows the value returned by the API.
Exchange Completion Time. Returned value: Exchange Completion Time. The date or time format follows the value returned by the API.
Client Exchange Status. Returned value: Client Exchange Status.
Client Exchange Status (raw value). Raw value of forex_status. The forex_status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Requestor. Returned value: Requestor.
Requestor (raw value). Raw value of origin. The origin field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Review Status. Returned value: Review Status.
Review Status (raw value). Raw value of audit_status. The audit_status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Remark. Returned value: Remark.
Remark (raw value). Raw value of audit_remark. The audit_remark field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Statement Remark. Returned value: Statement Remark.
Total. 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