Query One-Time Transaction Status(USER_DATA)
API Description
Transaction status for one-time transaction
HTTP Request
GET /sapi/v1/lending/auto-invest/one-off/status
Request Weight(IP)
1
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
transactionId | LONG | YES | PORTFOLIO plan's Id |
requestId | STRING | NO | sourceType + unique, transactionId and requestId cannot be empty at the same time |
recvWindow | LONG | NO | no more than 60000 |
timestamp | LONG | YES |
Response Example
{
"transactionId": 12345, //transaction identifier
"status": "SUCCESS" //status of transaction"SUCCESS"/"CONVERTING"
}