This endpoint allows updating the tax declaration status of a specific deposit transaction. It enables users to declare tax-related details about crypto deposits, required for compliance with regulatory reporting standards.
Object containing details for updating the tax declaration status of a specific transaction.
Tax declaration status successfully updated for the transaction.
Bad Request - Invalid parameters were provided in the request.
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Internal Error
Service unavailable
{- "currency_code": "EUR",
- "declarations": [
- {
- "type": "date_and_price",
- "amount": "0.33",
- "date_of_acquisition": "2019-08-24",
- "total_paid_price": "100345.33",
- "date_from": "2024-10-11",
- "date_to": "2019-08-24"
}
]
}
{- "errors": [
- {
- "code": "invalid.transaction.id",
- "title": "Invalid transaction ID"
}
]
}