Inquire about available deal datesSignature required

POST /amsin/api/v1/business/fund/inquiryAvailableCalendar

The Partner can call this API to obtain the available dates for making an exchange.  

Structure

A message consists of a header and body. The following sections are focused on the body structure. For the header structure, see:

Request parameters

currencyList Array<String>  REQUIRED

A list containing 3-character ISO-4217 currency codes representing the currency that the Partner queries.

This parameter must contain exactly two unique string elements that have different values. For example: ["USD", "EUR"] 

beginDate String  REQUIRED

The beginning date for the available deal.

Format: YYYYMMDD, for example, 20220212.

endDate String  REQUIRED

The ending date for the available deal.

Format: YYYYMMDD, for example, 20220215. 

forwardType String  CONDITIONAL

The type of the forward quote. Specify this parameter if the value of the exchangeTradeType parameter is FORWARD.

Valid values are:

  • FIXED: Indicates a fixed date.
  • WINDOWED: indicates a windowed date.
  • FLEXIBLE: Indicates a flexible date.

exchangeTradeType String  

The exchange trade type. Valid values are:

  • FORWARD: indicates that the exchange trade type is unfunded forward.
  • UNFUNDED_SPOT: indicates that the exchange trade type is unfunded spot.

If not specified, the value of this parameter is by default FORWARD.

Response parameters

result Result object REQUIRED

Indicates whether this API is called successfully.

Show child parameters

responseId String  REQUIRED

The unique ID that is assigned by WorldFirst to identify a response.

This filed is returned only when the value of result.resultStatus is S

More information about this field

  • Maximum length: 32 characters

availableDates Array<String>  

A list of the dates for the available deal.

Format: YYYYMMDD, for example, 20230412.

This filed is returned only when the value of result.resultStatus is S

API Explorer

Request

URL
Request Body

Response

Response Body

Result processing logic

After calling the API, a response is returned. The possible responses for result.resultStatus are:

Result status

Description

S

This indicates the API call succeeded.

F

This indicates the API call failed. For more information on why the call failed, see result.resultCode.

U

This indicates the API call result is unknown. Partner can make a query when the returned status is UNKNOWN. Use the following query strategy:

  • A Partner can make 7 queries at maximum.
  • Intervals between queries: 5m, 10m, 20m, 40m, 80m, 160m, and 320m.

If none of the queries is successful, contact our Technical Support Team.



System-realted result codes

CodeValueMessageFurther action
SUCCESSSSuccess
PARAM_ILLEGALFIllegal parameters exist. For example, a non-numeric input, or an invalid date.

Check and verify whether the request fields, including the header fields and body fields, are correct and valid. For details on the fields of each API, see the specific API Structure section.

PROCESS_FAILFA general business failure occurred. Do not retry.

Human intervention is usually needed. It is recommended that you contact our Technical Support Team to resolve the issue.

UNKNOWN_EXCEPTIONUAPI failed due to unknown reason.

The service might be down, retry later. If the issue persists, contact our Technical Support Team.

REQUEST_TRAFFIC_EXCEED_LIMITUThe request traffic exceeds the limit.

Call the interface again to resolve the issue. If the issue persists, contact our Technical Support Team.

INVALID_APIFThe called API is invalid or not active.

Check whether the correct API is being called.

INVALID_CLIENTFThe client is invalid.

The Client ID does not exist or is invalid.

INVALID_SIGNATUREFThe signature is invalid.

Make sure the request is properly signed with a valid signature.

METHOD_NOT_SUPPORTEDFThe server does not implement the requested HTTP method.

Ensure the HTTP method is POST.

Business-related result codes

CodeValueMessageFurther action
UN_SUPPORT_BUSINESSFUnsupported business.

Invalid parameters are used e.g. currency is incorrect. Retry with the correct information.

@2024 WorldFirst