Update Transaction Cost Basis
Tax
Update Transaction Cost Basis
Permissions required: Subaccount
Update the cost basis for a deposit or withdraw transaction.
PATCH
Update Transaction Cost Basis
Authorizations
An API key associated with a security role
Path Parameters
The ID of the transaction to update (Same as the one returned for Transactions in the Subaccounts API )
Body
application/json
A string representing the type of the transaction. Must match the original transaction type.
Available options:
DEPOSIT, WITHDRAW Example:
"DEPOSIT"
ISO-8601 timestamp representing when the lot was acquired.
A string representing the asset type of the transaction.
Example:
"BTC"
Details of the transaction cost basis
An Array of the Tax lots that are part of this transaction
Minimum array length:
1Response
Successfully updated the transaction

