/exchange/v1/settlement/status
Query the settlement progress from the exchange to CVA
Query Parameters
settlementId string required
Unique identifier for a settlement batch
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
Asset list transferred from the exchange to CVA
assetId string required
Asset identifier defined by Sinohope (different asset identifiers for the same currency on different chains, e.g., USDT_ETH, USDT_TRON)
status string required
Settlement status, enumeration to be determined
txHash string nullable
Transaction hash, if the transfer is completed
{
"data": [
{
"assetId": "USDT_ETH",
"status": "COMPLETED",
"txHash": "0x1aa0a50ca9db654a7dc2788548b43d121a59463621485be35515063d4a1382b6"
}
]
}
Loading...