Skip to main content
Push interval: push on update
{
  "id": "clientID3",
  "topic": "assetconvert",
  "event": "subscribe"
}
Parameters
NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringYassetconvert
{
    "id": "clientID3",
    "event": "subscribe",
    "success": true,
    "ts": 1609924478533
}
{
  "topic": "assetconvert",
  "ts": 1641439456774,
  "data":{
      "convertId": 123456789,  // planId
      "transactionId": 202,     // id
      "timestamp": 1663313562090, // updatedTime 
      "type": "auto",          // refType  0/1=auto, 1=manual 
      "convertedAsset": "ETH",  // sellToken
      "convertedQty": 1.23,     // sellQuantity
      "receivedAsset": "USDC",   // buyToken
      "receivedQty": 18123.43   // buyQuantity
    }
}