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.
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.
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’ssubaccountId.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 theassettypeIds query parameter on the asset types endpoint in favor of a new assettypes query parameter.Category: Asset TypesEndpoint Changed:GET /v2/asset-types: TheassettypeIdsquery parameter is deprecated in favor of the newassettypesparameter.
assettypes query parameter; assettypeIds is deprecated and may be removed in a future release.Added
Added AmlQuestionnaire to External Transfer API
Added support for anAmlQuestionnaire 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 addingcounterQtyAllIn, counterQtyAllInToSettle, and fee fields.Category: TradingEndpoints Changed:POST /v2/trading/order: AddscounterQtyAllIn,counterQtyAllInToSettle, and fee to the allocation object in the response.GET /v2/trading/orders/{orderId}: AddscounterQtyAllIn,counterQtyAllInToSettle, and fee to the allocation object in the response.
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.