Release Details

Release Date: April 3rd, 2025

Release Type

Informational – optional action from platforms

Summary

Account Funding SDK (BTC example)

Account Funding SDK (BTC example)

The Account Funding product has added additional asset support for both the API and the SDK:

Asset NameAsset.Network
AaveAAVE.ETH
CardanoADA
AlgorandALGO
Ape CoinAPE.ETH
AptosAPT
Avalanche C-ChainAVAX
Basic Attention TokenBAT.ETH
Bitcoin CashBCH
BitcoinBTC
DaiDAI.ETH
DogecoinDOGE
MultiversXEGLD
Enjin CoinENJ.ETH
EOSEOS
EthereumETH / ETH.BASE / ETH.OPTIMISM
The GraphGRT.ETH
HederaHBAR
Kyber NetworkKNC.ETH
ChainlinkLINK.ETH
LitecoinLTC
Polygon MATIC (ERC20)MATIC.ETH
Polygon (Native)MATIC.POLYGON
Paypal USDPYUSD.ETH / PYUSD.SOL
Ripple USDRLUSD.XRP / RLUSD.ETH
SHIBA INUSHIB.ETH
SolanaSOL
SuiSUI
UniswapUNI.ETH
USDC Coin (Hedera)USDC.HBAR
TetherUSDT.ETH
Tether (Polygon)USDT.POLYGON
Tether (Solana)USDT.SOL
StellarXLM
RippleXRP
TezosXTZ
0xZRX.ETH

Prior to this release, Account Funding supported the following:

Asset NameAsset.Network
USDC Coin (Arbitrum)USDC.ARBITRUM
USDC Coin (Avalanche)USDC.AVAX
USDC Coin (Base)USDC.BASE
USDC Coin (Ethereum)USDC.ETH
USDC Coin (Optimism)USDC.OPTIMISM
USDC Coin (Polygon)USDC.POLYGON
USDC Coin (Solana)USDC.SOL
USDC Coin (SUI)USDC.SUI

This brings the total asset support to 37 across 19 different networks

Configuration

Platforms can choose which assets they'd like configured. The process for making this configuration is to reach out to your Zero Hash contact, who can then make a quick adjustment on our end.

How it works - Deposit

Select Asset


Select Network

This is what the screen would like if USDT was selected prior, for example. For single-network assets like BTC, this screen is skipped

This is what the screen would like if USDT was selected prior, for example. For single-network assets like BTC, this screen is skipped


Transaction Pending

At this point, the user should be navigating to their wallet or exchange app and initiating a "push" transaction from there to the address shown on this screen

At this point, the user should be navigating to their wallet or exchange app and initiating a "push" transaction from there to the address shown on this screen

The user is presented with the address, a calculator and a rate:

  • Address: The address that the user should send the asset to
  • Calculator: A helpful tool for users to get an approximate fiat conversion amount for their desired deposit quantity
  • Rate: A non-executable current price of the asset. Deposits will be converted at the price at the time of deposit

Calculator

Users can estimate how much their deposit will be converted into. Rates on this screen are solely estimates.

Users can estimate how much their deposit will be converted into. Rates on this screen are solely estimates.


Asset Deposited and Converted

Once the user's deposit has confirmed on-chain, Zero Hash will automatically and immediately liquidate the deposited asset into fiat currency (ie, USD) at the current prevailing rate.

How it works - Withdrawal

The above described assets are also now available to be withdrawn using the Account Link + Withdraw SDK

Account Link SDK

Withdraw SDK

Action Required

If you're interested in configuring your SDK for these additional assets, please reach out to your Zero Hash contact. It is a quick process for us to make this configuration.

Products Impacted

Account Funding - this impacts both the SDK and API

Relevant Documentation

Release Details

Release Date: March 27th, 2025

Release Type

Informational – optional action from platforms

Summary

Background

Platforms can accompany their Zero Hash integration with a PSP integration. This is to allow customers to purchase crypto or stablecoins using a card or a popular digital wallet (ie, Apple Pay) - the company responsible for this part of the flow is the PSP.

The PSP is responsible for the processing of the fiat leg of the transaction, Zero Hash is responsible for the crypto or stablecoin side (unless of course you are using any of Zero Hash's fiat product offerings directly).

New Requirements

To fulfill regulator audits, Zero Hash must be able to associate a Zero Hash transaction to an associated PSP transaction. We will do this by leveraging the new Zero Hash object payment_processor. This has been added to the following endpoints:

and it contains two sub-fields:

FieldDescriptionValidation
nameThe name of the PSP that processed the transactionfree-form
idThe unique ID that can be tied back to the PSP transaction

Example requests:

-- POST /liquidity/rfq
  
  {
  "participant_code":"CUST01",
  "side": "buy",
  "underlying": "USDC", 
  "quoted_currency": "USD",
  "total": "500", 
  "payment_processor": {         
      "name": "checkout.com", -- the name of the PSP clearing the fiat leg of the trade
      "id": "5cd07738b861c31e3bd61467BTC1Buy1568311644602" --this will be used by Zero Hash to reconcile with the PSP
    }
}

-- POST /convert_withdraw/rfq
  
  {
  "participant_code":"CUST01",
  "side": "buy",
  "underlying": "USDC",
  "quoted_currency": "USD", 
  "total": "500", 
  "withdrawal_address": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
  "payment_processor": {         
      "name": "checkout.com", -- the name of the PSP clearing the fiat leg of the trade
      "id": "5cd07738b861c31e3bd61467BTC1Buy1568311644602" -- the  unique ID that must be tied back to the PSPs transaction - this will be used by Zero Hash to reconcile with the PSP
    }
}

Settlement Flow

There are 2 different types of settlement sessions:

  • Net buy session: There is more buy volume than sell (therefore Zero Hash receive a settlement)
  • Net sell session: There is more sell volume than buy (therefore Zero Hash will disperse a settlement)

Net Buy

  • Zero Hash will receive a settlement directly from the PSP
  • The funds will be credited to the Platform's float account

Net Sell

  • Platform can request a USD withdrawal on the client portal or via API to their respective bank

Action Required

n.a

Products Impacted

  • Remittance
  • On and Off Ramp

Relevant Documentation

Release Details

  • Release Date: March 27, 2025

Release Type

Informational – Optional action from platforms

Summary

Zero Hash is pleased to announce enabling support for Sky Dollar on Ethereum (USDS.ETH) and Solana (USDS.SOL). USDS is the upgraded version of DAI and is the stablecoin of the decentralised Sky Protocol.

These assets are available only in the PROD environment for deposit and withdraw functionality.

That these assets are not available in New York.

Action Required

These assets are immediately available using the above symbols.

Endpoints Impacted

There are no changes to existing endpoints as a result of this launch.

Relevant Documentation

For a full list of supported assets and instruments, please use the links below.

We are pleased to announce that three additional assets are now available for activity in New York. Previously these assets were restricted even for platforms that had been approved for NY activity.

Environment Updates

The following assets/symbols are enabled for all permitted NY activity:

  • MultiversX (EGLD): CERT and PROD
  • The Graph (GRT.ETH): PROD-only
  • Kyber Network (KNC.ETH): PROD-only

Note: These changes only apply to the assets listed and do not apply to any tokens or stablecoins on these networks. Please direct any questions to your Zero Hash support team.

Platform Communications to New York Persons:

Any platform that wishes to communicate this launch as a Platform to New York persons, you must follow the below template:

We are pleased to announce the addition of MultiversX, The Graph, and Kyber Network to our platform.

Customers in the State of New York can now perform deposits, withdrawals, buys, and sells.

[Platform Name] and customers are still restricted from certain activities outlined on this page.

Cryptocurrency transaction and custody services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC. Zero Hash LLC and Zero Hash Liquidity Services LLC are licensed to engage in Virtual Currency Business Activity by the New York State Department of Financial Services.

Further Reading

To see the full list of supported Assets, please refer to our new documentation pages:

Release Details

  • Release Date: March 14, 2025

Release Type

Informational – Optional action from platforms

Summary

Zero Hash is pleased to announce enabling support for USDC on Aptos. This asset uses the symbol USDC.APT and is available to buy, sell, deposit, and withdraw on CERT and PROD.

Note that this asset is not available in New York.

Action Required

This asset is immediately available using the above symbol.

Endpoints Impacted

There are no changes to existing endpoints as a result of this launch.

Relevant Documentation

For a full list of supported assets and instruments, please use the links below.

Release Details

Release Date: February 28th, 2025

Release Type

Informational – optional action from platforms

Summary

As part of the Account Funding product, Zero Hash has added a new field (reference_id) to the access token retrieval step of the the Account Link/Withdraw SDK. This new field is also represented in step 6 on the integration guide.

This field can be used to give Platforms extreme confidence that a withdraw was indeed initiated by their Customer, allowing them to "lock" the funds in their systems. Rather than solely relying on the payments webhooks to make this determination, Platforms can now query a REST endpoint (GET /payments) or GET /payments/{payment_id} in-tandem.

Example:

  • Platform requests access token:
 {
    "participant_code": "CUST01",
    "permissions": ["crypto-withdrawals"],
    "withdrawal_details": {
        "external_account_id": "c476a81f-a29f-4e22-88db-1f521d7cf004",
        "quoted_asset": "USD",   
        "withdrawal_request_amount": "200"
    },
   "reference_id": "0bd7f7f0-cf26-495f-b2df-e8afe8481ba3"
}
  • Customer (CUST01) goes through the SDK flow, successfully initiating a withdrawal of 500 USDC
  • Payments webhook retrieval fails due to a network blip
  • Platform queries GET /payments and see a payment has been initiated with reference_id = 0bd7f7f0-cf26-495f-b2df-e8afe8481ba3
  • Platform will debit the Customer's USD balance within their system, accurately reflecting the current balance

Action Required

n.a

Products Impacted

Relevant Documentation

We are pleased to announce that five additional assets are now available for activity in New York. Previously these assets were restricted even for platforms that had been approved for NY activity.

Environment Updates

The following assets/symbols are enabled for all permitted NY activity:

  • Ethereum on ZkSync (ETH.ZKSYNC): CERT and PROD
  • ZK Token (ZK.ZSYNC): PROD-only
  • Ethereum on Base (ETH.BASE): CERT and PROD
  • SEI (SEI): CERT and PROD
  • Algorand (ALGO): CERT and PROD

Note: These changes only apply to the assets listed and do not apply to any tokens or stablecoins on these networks. Please direct any questions to your Zero Hash support team.


Platform Communications to New York Persons:

Any platform that wishes to communicate this launch as a Platform to New York persons, you must follow the below template:

We are pleased to announce the addition of Algorand, SEI, Ethereum on ZkSync, Ethereum on Base, and ZK Token to our platform.

Customers in the State of New York can now perform deposits, withdrawals, buys, and sells.

[Platform Name] and customers are still restricted from certain activities outlined on this page.

Cryptocurrency transaction and custody services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC. Zero Hash LLC and Zero Hash Liquidity Services LLC are licensed to engage in Virtual Currency Business Activity by the New York State Department of Financial Services.


Further Reading

To see the full list of supported Assets, please refer to our new documentation pages:

Release Details

  • Release Date: February 11, 2025

Release Type

Informational – Optional action from platforms

Summary

Zero Hash is pleased to announce enabling support for the SEI EVM ecosystem.

The native asset SEI (symbol SEI) is now available to buy, sell, deposit, and withdraw; CERT and PROD

Note: These assets are not currently allowed for NY participants. See below section regarding only the EVM chain being supported at this time.

Action Required

There are two types of addresses for SEI, v1 WASM (beginning with "sei...") and v2 EVM (beginning with "0x...").

Zero Hash only supports the v2 EVM version of SEI addresses so any deposit addresses created will begin with "0x".

  • Withdrawals to external wallets should ONLY be sent to v2 SEI addresses beginning with "0x" or else there could be a loss of funds.
  • Any funds sent to a Zero Hash SEI v2 EVM address should only be sent from a SEI v2 EVM wallet.

Endpoints Impacted

There are no changes to existing endpoints as a result of this launch.

Relevant Documentation

For a full list of supported assets and instruments, please use the links below.

Release Details

  • Release Date: February 3, 2025

Release Type

Informational – Optional action from platforms

Summary

Zero Hash is pleased to announce enabling support for Ripple USD on XRP and Ethereum, including in NY.

  • Ripple USD on Ethereum (RLUSD.ETH): buy, sell, deposit, and withdraw; CERT and PROD
  • Ripple USD on XRP (RLUSD.XRP): buy, sell, deposit, and withdraw; CERT and PROD

Platform Communications to New York Persons:
Any platform that wishes to communicate this launch as a Platform to New York persons, you must follow the below template:

We are pleased to announce the addition of Ripple USD on XRP and Ethereum to our platform.

Customers in the State of New York can now perform deposits, withdrawals, buys, and sells.

[Platform Name] and customers are still restricted from certain activities outlined on this page.

Cryptocurrency transaction and custody services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC. Zero Hash LLC and Zero Hash Liquidity Services LLC are licensed to engage in Virtual Currency Business Activity by the New York State Department of Financial Services.


Action Required

These assets are immediately available using the above symbols.

Endpoints Impacted

There are no changes to existing endpoints as a result of this launch.

Relevant Documentation

For a full list of supported assets and instruments, please use the links below.

Release Details

  • Release Date: Jan 29, 2025

Release Type

Informational – Optional action from platforms

Summary

Zero Hash is pleased to announce enabling support for PayPal USD and Paxos USD on Ethereum and Solana, including in NY.

  • PayPal USD on Ethereum (PYUSD.ETH): buy, sell, deposit, and withdraw; CERT and PROD
  • PayPal USD on Solana (PYUSD.SOL): buy, sell, deposit, and withdraw; CERT and PROD
  • Paxos USD on Ethereum (USDP.ETH): buy, sell, deposit, and withdraw; CERT and PROD
  • Paxos USD on Solana (USDP.SOL): buy, sell, deposit, and withdraw; CERT and PROD

Platform Communications to New York Persons:
Any platform that wishes to communicate this launch as a Platform to New York persons, you must follow the below template:

We are pleased to announce the addition of PayPal USD and Paxos USD on Ethereum and Solana to our platform.

Customers in the State of New York can now perform deposits, withdrawals, buys, and sells.

[Platform Name] and customers are still restricted from certain activities outlined on this page.

Cryptocurrency transaction and custody services are powered by Zero Hash LLC and Zero Hash Liquidity Services LLC. Zero Hash LLC and Zero Hash Liquidity Services LLC are licensed to engage in Virtual Currency Business Activity by the New York State Department of Financial Services.

Action Required

These assets are immediately available using the above symbols.

Endpoints Impacted

There are no changes to existing endpoints as a result of this launch.

Relevant Documentation

For a full list of supported assets and instruments, please use the links below.