Added Support for USD Withdrawal Requests | Wealth Management
- Added support for USD withdrawal requests
- Category: Subaccount Withdrawal Requests
- Endpoints Changed:
POST /subaccounts/{subaccountId}/fiat/withdrawalsGET /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.
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.
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).
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 requiredgasFeeThreshold from 0.15 ETH to 0.03 ETH.v2/asset-types - Deprecating ‘assettypeIds’ query parameter
Deprecated theassettypeIds query parameter in the /v2/asset-types endpoint in favor of a new assettypes query parameter.Apr 11, 2024
Subscribe to Changelog RSS
https://docs.anchorage.com/changelog.rssBlock trading enhancements
- Added
counterQtyAllIn,counterQtyAllInToSettleand fee to the Allocation object in the following endpoints:- POST
/v2/trading/order - GET
/v2/trading/orders/{orderId}
- POST
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