- Platforms can now create digital asset addresses for retail end users for all UTXO, Tag, and Ethereum based tokens.
- Addresses will support receipt of digital asset deposits.
For supported assets see the Deposit column here.
For supported assets see the Deposit column here.
Websocket- Prices Feed
Today we have released 3 new assets:
Symbol | Asset | Type | Custody | Liquidity |
---|---|---|---|---|
AXS | Axie Infinity | ERC20 | Yes | Yes |
ETC | Ethereum Classic | Base | Yes | Yes |
UST | TerraUSD | Base | Yes | Yes |
See full list of supported assets here.
GET /participants
endpoint.For additional question or concerns please reach out to [email protected]
Today we have released 5 new assets:
Symbol | Asset | Type | Custody | Liquidity |
---|---|---|---|---|
ALGO | Algorand | Base | Yes | Yes |
FTM | Fantom | Base | Yes | Yes |
AVAX | Avalanche | C-chain | Yes | Yes |
MANA | Decentraland | ERC20 | Yes | Yes |
LUNA | Terra Luna | Base | Yes | Yes |
XEM | NEM | Base | Yes | No |
See full list of supported assets here.
See full list of assets here.
GET /deposits
. Going forward, they will be able to retrieve those plus any made by their customersGET /deposits
calls are not affected performance-wise.Several platforms recently requested we add the transaction timestamp to the JSON response for easy record keeping. Zero Hash is proud to announce the development team has added the time of execution to the /liquidity/execute
endpoint. This information has always been available, but is now included within the trade confirmation directly after execution.
This information can be used to directly populate the customer trade confirmation and any subsequent trade reporting for customer records. This would include email correspondence, in-app trade notifications, trade information reported on statements, and order history.
Below is an example of the new transaction_timestamp
in action:
{
"request_id": "14f8ebb8-7530-4aa4-bef9-9d73d56313f3",
"quote": {
"request_id": "ce819fe8-b1d7-43bb-961c-e09ede0988d3",
"participant_code": "CUST01",
"underlying_currency": "BTC",
"quoted_currency": "USD",
"side": "BUY",
"quantity": "1",
"price": "50430.90",
"quote_id": "5cd07738b861c31e3bd61467BTC1Buy1568311644602",
"expire_ts": 1568311649602,
"transaction_timestamp": 1568311649600 <- Time of Execution
},
"trade_id": "ba97133e-ab15-4c86-86c1-86671b8420bc",
"status": "Completed"
}
Clients can now subscribe to a Websocket feed in order to receive an initial balance list for all of their accounts. While still connected, they can then receive messages that contain balance-update details.