Weight: 5
Request Parameters
PARAMETER | TYPE | Req'd | DESCRIPTION |
---|---|---|---|
type | STRING | Y | "deposit", |
status | STRING | deposit: | |
startTime | LONG | Y | Start timestamp |
endTime | LONG | Y | End timestamp |
channel | STRING | "auto", "manual"; default "auto" | |
remark | STRING | Remark | |
limit | INTEGER | Limit | |
recvWindow | LONG | Recv Window | |
timestamp | LONG | Y | Timestamp |
Response content
PARAMETER | TYPE | DESCRIPTION |
---|---|---|
orderId | STRING | Fiat Order ID, e.g: |
type | STRING | "deposit", |
remark | STRING | Deposit: The remark message from bank deposit |
asset | STRING | "USD" or "HKD". Fee Asset is the same as the Transaction Asset. |
grossAmount | STRING | Deposit/Withdraw order amount |
netAmount | STRING | Actual fund in amount |
fee | STRING | Deposit / Withdraw fee |
status | STRING | deposit: |
createdTime | LONG | Order Created Timestamp |
updatedTime | LONG | Order Updated Timestamp |