Skip to main content
Changelog by year: 2026 · 2025 · 2024
Dec 13, 2024
Added

Added Support for USD Withdrawal Requests | Wealth Management

  • Added support for USD withdrawal requests
    • Category: Subaccount Withdrawal Requests
    • Endpoints Changed:
      • POST /subaccounts/{subaccountId}/fiat/withdrawals
      • GET /subaccounts/{subaccountId}/fiat/withdrawals/{transactionId}
    • Methods: POST, GET
    • Paths:
      • /subaccounts/{subaccountId}/fiat/withdrawals
      • /subaccounts/{subaccountId}/fiat/withdrawals/{transactionId}
    • Parameters: No new parameters added
    • Request Body: Supports USD withdrawal requests
    • Impact: Users can now create and retrieve USD withdrawal requests for subaccounts.
    • Example: A request to create a USD withdrawal will include asset type as USD and specify the amount.
    • Additional Information: This enhancement allows users to manage USD transactions efficiently within subaccounts.
For more details, refer to the Create a USD Withdrawal Request for a subaccount and Get USD Withdrawal Request for a subaccount documentation.
Dec 13, 2024
Added

Added GET Trusted Destinations

  • Added read support for Get Trusted Destinations
    • Category: Trusted Destinations
    • Endpoints Added:
      • GET v2/trusted_destinations
    • Methods: GET
    • Impact: Users can now view approved Trusted Destinations via API.
For more details, refer to the Get Trusted Destinations API documentation.
Oct 15, 2024
Added

Get Wallets linked to subaccount API

Summary: We have added a new endpoint to fetch all wallets associated with a specific subaccount.Use Case Implications:
  • RIA Use Cases Only - Create Deposit Wallet for a Subaccount for funding
  • This will allow you to fetch all existing deposit wallets for a specific subaccount when a customer is requesting a deposit address. If you do not see an existing wallet, then you can trigger a Create a new Wallet (using subaccountId).
Oct 7, 2024
Improved

Reduced ETH API Threshold from 0.15 ETH to 0.03 ETH per Transfer

For each transfer operation initiated by API, we’ve reduced the required gasFeeThreshold from 0.15 ETH to 0.03 ETH.
Jun 4, 2024
Deprecated

v2/asset-types - Deprecating ‘assettypeIds’ query parameter

Deprecated the assettypeIds query parameter in the /v2/asset-types endpoint in favor of a new assettypes query parameter.
Apr 11, 2024
Added

External Transfer API - AmlQuestionnaire


Apr 11, 2024
Jan 31, 2024
Improved

Block trading enhancements

  • Added counterQtyAllIn, counterQtyAllInToSettle and fee to the Allocation object in the following endpoints:
    • POST /v2/trading/order
    • GET /v2/trading/orders/{orderId}
Jan 31, 2024
Added

New Deposit Attribution API

  • Added new endpoint to list deposit attributions (List All)
    GET /v2/deposit-attributions/attributions
  • Added new endpoint to attribute deposits (deposit by depositTransactionId)
    PATCH /v2/deposit-attributions/{depositTransactionId}
  • Added new endpoint to attribute deposits (attribute as Spam)
    POST /v2/deposit-attributions/{depositTransactionId}/spam
Jan 31, 2024
Added

New transaction status

  • Added EXPIRED transaction status.