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

Added USD Withdrawal Requests for Subaccounts

Added support for creating and retrieving USD withdrawal requests for subaccounts.Category: Subaccount Withdrawal RequestsEndpoints Added:
  • POST /subaccounts/{subaccountId}/fiat/withdrawals: Creates a USD withdrawal request for a subaccount.
  • GET /subaccounts/{subaccountId}/fiat/withdrawals/{transactionId}: Retrieves a USD withdrawal request for a subaccount.
Impact: Users can now create and retrieve USD withdrawal requests for subaccounts.
Added

Added Endpoint to Get Trusted Destinations

Added read support for retrieving trusted destinations.Category: Trusted DestinationsEndpoint Added:
  • GET v2/trusted_destinations: Retrieves the list of approved trusted destinations.
Impact: Users can now view approved trusted destinations via the API.
Added

Added Endpoint to Get Wallets Linked to a Subaccount

Added a new endpoint to fetch all wallets associated with a specific subaccount.Category: SubaccountsImpact: For RIA use cases, this lets you fetch existing deposit wallets for a subaccount when a customer requests a deposit address. If no wallet exists, you can create one using the subaccount’s subaccountId.
Improved

Improved API Gas Fee Threshold for ETH Transfers

Improved the gas fee threshold for API-initiated ETH transfers, reducing it from 0.15 ETH to 0.03 ETH per transfer.Category: TransfersImpact: API-initiated ETH transfers can now be processed with a lower minimum gas fee.
Deprecated

Deprecated Asset Types Query Parameter

Deprecated the assettypeIds query parameter on the asset types endpoint in favor of a new assettypes query parameter.Category: Asset TypesEndpoint Changed:
  • GET /v2/asset-types: The assettypeIds query parameter is deprecated in favor of the new assettypes parameter.
Impact: Integrators should migrate to the assettypes query parameter; assettypeIds is deprecated and may be removed in a future release.
Added

Added AmlQuestionnaire to External Transfer API

Added support for an AmlQuestionnaire field to the external transfer API.Category: TransfersImpact: External transfer requests can now include AML questionnaire information.
Added

Added RSS Subscription for the Changelog

Added an RSS feed so you can subscribe to changelog updates.Category: ChangelogImpact: Subscribe at https://docs.anchorage.com/changelog.rss to receive changelog updates directly in your RSS reader.
Improved

Improved Trading Order Allocation Details

Improved the allocation object in trading order responses by adding counterQtyAllIn, counterQtyAllInToSettle, and fee fields.Category: TradingEndpoints Changed:
  • POST /v2/trading/order: Adds counterQtyAllIn, counterQtyAllInToSettle, and fee to the allocation object in the response.
  • GET /v2/trading/orders/{orderId}: Adds counterQtyAllIn, counterQtyAllInToSettle, and fee to the allocation object in the response.
Impact: Integrators receive more detailed fee and counter-quantity information for each order allocation.
Added

Added Deposit Attribution API

Added a new Deposit Attribution API to list and attribute deposits.Category: Deposit AttributionEndpoints Added:
  • GET /v2/deposit-attributions/attributions: Lists all deposit attributions.
  • PATCH /v2/deposit-attributions/{depositTransactionId}: Attributes a deposit by transaction ID.
  • POST /v2/deposit-attributions/{depositTransactionId}/spam: Marks a deposit as spam.
Impact: Users can now programmatically list and attribute deposits, including marking deposits as spam.
Added

Added EXPIRED Transaction Status

Added a new EXPIRED transaction status.Category: TransactionsImpact: Transactions can now report an EXPIRED status; client integrations should handle this new value.