Release Details

  • Release Date: October 21, 2025

Release Type

Informational, no action required from platforms

Summary

zerohash is pleased to announce New York support for the following assets to buy, sell, deposit, withdraw and Fund:

  • USDC on Base (symbol USDC.BASE)
  • USDC on Aptos (symbol USDC.APT)
  • USDC on Avalanche (symbol USDC.AVAX)
  • USDC on zkSync (symbol USDC.ZKSYNC)
  • USDC on SUI (symbol USDC.SUI)

All assets are available in our PROD environments in New York.

Action Required

These assets are immediately available using the above symbols.

RFQ Endpoints Impacted

The following executable endpoints now support the above assets:

Buy/Sell

Convert Withdraw

Deposit

Withdraw

Fund

Relevant Documentation

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

Supported Assets

Supported Instruments

Release Details

Release Date: October 17, 2025

Release Type

Informational, no action required from platforms

Summary

Platforms can now fund their various USD accounts for the following products, via the RTP (Real Time Payments) Network:

ProductPurpose
Buy/SellFund a float account for subsequent customer buys
PayinsFund a refund float account for subsequent shopper refunds
PayoutsFund a float account for subsequent payout transactions
On and Off RampFund a float account for subsequent on ramp transactions
RemittancesFund a float account for subsequent remittance transactions

How it works

When initiating an RTP transfer to fund your account with zerohash, please ensure the remittance information field (also known as "memo" or "remittance note") is populated with your unique platform_code, hyphonated with the word "FLOAT". For example, PLAT01-FLOAT (PLAT01 is a hypothetical participant_code for the Platform).

This ensures funds are correctly and automatically applied to your account. Please note that the very first deposit sent from a unique account and routing number combination will need to be manually credited to your account and mapped to your participant_code, however subsequent ones are automatically and immediately applied.

Note: Most banking portals or APIs label this field as:

  • "Memo"
  • "Message to Recipient"
  • "Remittance Info"
  • "Note"
  • "Addenda"

If you don’t see this field or are unsure where to enter this info, please contact your bank’s support team for help with RTP formatting.

Getting Started

zerohash supports RTP through select banking partners only. Please consult your zerohash representative to confirm that RTP is enabled for the specific bank account selected for your integration.

Action Required

n.a

Endpoints Impacted

  • GET /deposits - your credited deposits will be present in the response of this endpoint

Release date

September 12th, 2025

Release Type:

Informational, no action required from platforms

Summary

zeroHash now allows approved Platforms to onboard business customers with reduced API field requirements, requiring fewer data points and less information than traditional full KYB onboarding.

NOTE: These entities are considered non-customers of zerohash, do not hold accounts with us or take ownership of the funds at any point in the flow. However, zerohash still needs basic information in order to carry out our own diligence requirements.

Your Platform must be approved by our Legal and Compliance department before using this new feature. Get in touch with your zerohash rep to begin this process, if interested.

Example POST /participants/entity/new request with reduced API field requirements:

{
    "platform_code": "PLAT01",
    "legal_name": "Freelancer Platform XYZ Inc.",
    "contact_number": "15553765432",
    "address_one": "1 Main St.",
    "address_two": "Suite 1000",
    "city": "Chicago",
    "postal_code": "12345",
    "jurisdiction_code": "US-IL",
    "tax_id": "883987654",
    "id_issuing_authority": "United States",
    "sanction_screening": "pass",
    "sanction_screening_timestamp":1677252628000,
    "partial": true,
    "signed_agreements": [
  {
    "type": "crypto_payouts_service_terms",
    "region": "us",
    "signed_timestamp": 1603378501286
  }
]  
}

Release Details

  • Release Date: September 17, 2025

Release Type

Informational, no action required from platforms

Summary

zerohash is pleased to announce CLOB support for SAND to buy, sell, deposit and withdraw (https://docs.zerohash.com/docs/fund-overview).

SAND is available for trading in both the CERT and PROD environments.

Action Required

This asset is immediately available using the above symbols.

Endpoints Impacted

The following executable endpoints now support the above assets:

Relevant Documentation

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

Supported Assets

Supported Instruments

Release Details

  • Release Date: September 15, 2025

Release Type

Informational, no action required from platforms

Summary

zerohash is pleased to announce support for the following assets to buy, sell, deposit, withdraw and Fund:

  • CRV (symbol CRV.ETH)
  • LDO (symbol LDO.ETH)
  • SAND (symbol SAND previously supported for custody only)
  • OP on Optimism (symbol OP.OPTIMISM)
  • USDT on Arbitrum (symbol USDT.ARBITRUM)
  • USDT on Optimism (symbol USDT.OPTIMISM)

All assets are available in both our CERT and PROD environments.

Action Required

These assets are immediately available using the above symbols.

Endpoints Impacted

The following executable endpoints now support the above assets:

Buy/Sell

Convert Withdraw

Deposit

Withdraw

Fund

Relevant Documentation

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

Supported Assets

Supported Instruments

Release date

September 5th, 2025

Release Type:

Informational, no action required from platforms

Summary

A new API endpoint has been introduced, allowing Platforms to programmatically invalidate JWT tokens. JWT tokens are used to invoke our SDK's, for context.

This enhancement provides greater control over session management and improves overall security.

How to invalidate a JWT token

  • Make a request to our new endpoint: POST /revoke_auth_token
  • Pass a body like so:
{
  "token": "${jwt}"
}
  • The response will be a "204 no context" on successful revoking of the JWT token.

Related Documentation

Release date

Aug 13th, 2025

Release Type:

Informational, no action required from platforms

Summary

Applicable to the Account Funding product, ZeroHash has added a new webhook event to notify your platform when an End Customer’s fund transaction does not complete successfully - that is, when no deposit or fiat conversion has occurred. This event serves as a clear signal that no balance updates or account changes should be made, helping prevent discrepancies and ensuring accurate account state management.

The webhook will fire 30 minutes after the JWT token is generated and no fund activity is detected.

Example payload (see reason field):

 	
{
  "participant_code": "XXC653",
  "fund_asset": "ETH",
  "quoted_currency": "USD",
  "source_address": "-",
  "deposit_address": "0x30E76aDa6a159D742a33Ec1aF6Bd58FeB666145E",
  "quantity": "0",
  "notional": "0",
  "fund_id": "143121c8-5f32-48bc-8277-5212d47a07ed",
  "transaction_id": "",
  "account_label": "general",
  "success": false,
  "reason": "deposit session has expired.",
  "reference_id": "e460e9c3-973b-48a1-9f3b-51840a283f09",
  "raw_fee_bps": "0",
  "deposit_fee_bps": "0",
  "raw_fee_notional": "0.00",
  "deposit_fee_notional": "0.00"
}

Related Documentation

Release Details

  • Release Date: Aug 11

Release Type

Informational, no action required from platforms

Summary

zerohash is pleased to announce CLOB support for UNI, BONK, ARB, WIF, PNUT, and BAT to buy, sell, deposit and withdraw (https://docs.zerohash.com/docs/fund-overview). ARB is available for trading in both the CERT and PROD environments, while all other symbols are supported exclusively in PROD.

Action Required

These assets are immediately available using the above symbols.

Endpoints Impacted

The following executable endpoints now support the above assets:

Relevant Documentation

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

Supported Assets

Supported Instruments

Release Details

  • Release Date: Aug 11

Release Type

Informational, no action required from platforms

Summary

zerohash is pleased to announce support for WIF on Solana (symbol WIF.SOL), PNUT on Solana (symbol PNUT.SOL), BONK on Solana (symbol BONK.SOL), and ARB on Arbitrum (symbol ARB.ARBITRUM) to buy, sell, deposit, withdraw and Fund. Arbitrum is available in both our CERT and PROD environments, while WIF, BONK, and PNUT are available exclusively in PROD.

Action Required

These assets are immediately available using the above symbols.

Endpoints Impacted

The following executable endpoints now support the above assets:

Buy/Sell

Convert Withdraw

Deposit

Withdraw

Fund

Relevant Documentation

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

Supported Assets

Supported Instruments

Release Details

  • Release Date: Jul 24

Release Type

Informational, no action required from platforms

Summary

zerohash is pleased to announce support for USDC on SEI (symbol USDC.SEI) to buy, sell, deposit, withdraw and Fund. This asset is available in both CERT and PROD environments.

Note: This asset is not currently allowed for NY participants

Action Required

This asset is immediately available using the above symbol.

Endpoints Impacted

The following executable endpoints now support SUI:

Buy/Sell

Convert Withdraw

Deposit

Withdraw

Fund

Relevant Documentation

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

Supported Assets

Supported Instruments