HTX will be including prefix “0x” in field “address” for some crypto currencies

Dear API user,
Currently, the deposit/withdraw address of some crypto currencies does not include prefix “0x”, in response message from endpoint “GET /v1/query/deposit-withdraw”. For example –
{
  "data":
    [
      {
        "id": 1171,
        "type": "deposit",
        "currency": "eth",
        "tx-hash":
"ed03094b84eafbe4bc16e7ef766ee959885ee5bcb265872baaa9c64e1cf86c2b",
        "amount": 7.457467,
        "address": "rae93V8d2mdoUQHwBDBdM4NHCMehRJAsbm",
        "address-tag": "100040",
        "fee": 0,
        "state": "safe",
        "created-at": 1510912472199,
        "updated-at": 1511145876575
      },
      ...
    ]
}




















Since the effective day of this notification, HTX will be including prefix “0x” in field “address”, in response message from endpoint “GET /v1/query/deposit-withdraw”, for following crypto currencies –
- all crypto currencies on ERC20
- "eth"
- "wan"
- "go"
- "tt"
- "rbtc"
- "aion"






Accordingly, by referring to above example, the response field “address” will be published as –
"address": "0xrae93V8d2mdoUQHwBDBdM4NHCMehRJAsbm",

Effective Date: November 5, 2019 (GMT+8)
All the changes will be updated on https://huobiapi.github.io/docs/spot/v1/en/

HTX
October 22, 2019