Get Transact Status

Get the status for currency conversion transaction

Weight: 1

Request Parameters



PARAMETERTYPEReq'dExampleDESCRIPTION
orderIdSTRINGCFX624613599962509312The orderId generated by HashKey
Can be used for filter
limitINTEGERLimit per page for records.

Default: 500, Max: 1000.
statusENUMEXECUTED,FAILEDStatus of transaction filter. Enum: IN PROGRESS / EXECUTED / FAILED, support multiple status query separated by comma, e,.g. "EXECUTED,FAILED"
startTimeLONGY1751870337876createTime filter
endTimeLONGY1751870337876createTime filter

Response Content



PARAMETERTYPEExample valuesDESCRIPTION
codeSTRING0
messageSTRINGSuccess
fxOrdersObject ArrayOrder List
  • accountId
LONG1644290379632090370Account number
  • orderId
STRINGFX624613599962509312The orderId generated by HashKey
  • status
STRINGIN_PROGRESSStatus of transaction.
Enum: IN PROGRESS / EXECUTED / FAILED
  • buyCurrency
STRINGHKDCurrency to buy
  • sellCurrency
STRINGUSDCurrency to sell
  • buyAmount
DECIMAL1000.0000The amount which the client wants to buy from the bank in buyCurrency. Only one amount out of buyAmount & sellAmount should be specified
  • sellAmount
DECIMAL128.1260The amount which the client wants to sell to the bank in sellCurrency. Only one amount out of buyAmount & sellAmount should be specified
  • rate
DECIMAL0.128126Indicative rate
  • transactTime
LONG1726727486992Timestamp in milliseconds
  • quoteId
STRINGde3e332cc5a84ffba474078e1c0298f9
Query Params
string

The orderId generated by HashKey.

string
required

Millisecond Timestamp

string
required

Signature

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json