# September 2026

## [September 7, 2026] Get Spot Transaction Records: Added 4 enum values to `spotTaxType`

Interface:
- `/api/v2/tax/spot-record`

Changes:
- Added the following enum values to the `spotTaxType` response parameter:
  - `delegate_user_account_in`: Custody delegation - mapped account settlement in
  - `delegate_user_account_out`: Custody undelegation - mapped account settlement out
  - `settle_user_account_receive_in`: Custody settlement - mapped account deposit in
  - `delegate_user_account_payable_out`: Custody settlement - mapped account withdrawal out

## [September 3, 2026] Get Spot Transaction Records: Added `un_delegate_user_out` enum value to `spotTaxType`

Interface:
- `/api/v2/tax/spot-record`

Changes:
- Added `un_delegate_user_out` enum value to the `spotTaxType` response parameter.
