# Second Deprecation Batch – Focused on Transactions, Assets, and Balances

**Removal Date: 2025-04-05**

The table below lists the fields that were permanently removed as part of this batch, along with their recommended replacements.

The deprecated fields were removed on 2025-04-05.

table
thead
tr
th
Context
th
Field name
th
Location
th
Purpose/Description
th
Replacement Field
tbody
tr
td
In price object, the field named 
code
price
of type 
code
int
.
br
Prices appear under transactions and under assets.
td
code
span
price
td
Everywhere the 
code
price
field appears across the APIs (under transactions and assets objects)
td
The Asset price in USD value. The field was replaced for better price accuracy.
td
code
span
price_float
tr
td
When retrieving balances of assets using APIs:
br
Get Owned Asset,
br
List Owned Assets,
br
Get Vault Asset,
br
List Vault Assets
td
code
span
balances.mined
td
code
span
mined
td
The available mined balance
td
code
span
balances.available_mined
tr
td
td
code
span
balances.pending_incoming
td
code
span
pending_incoming
td
The available pending incoming balance
td
code
span
balances.available_pending_incoming
tr
td
td
code
span
balance
td
code
span
balance
td
The available mined balance
td
code
span
balances.available_mined
tr
td
td
code
span
asset
td
code
span
asset
td
Details about the asset
td
code
span
priced_asset.asset_info
tr
td
In the 
code
PricedAsset
object, the field named 
code
asset_identifier
appears in every transaction type and in owned assets.
td
code
span
asset_identifier
td
Every field named 
code
asset_identifier
nested inside a 
code
priced_asset
field under transactions (under any type of effects and under fee details)
br
and under owned assets
td
Details about the asset
td
code
span
priced_asset.asset_info.asset_identifier
tr
td
Under transaction response, when type is 
code
evm_transaction
for swaps
td
code
span
provider_id
td
code
span
evm_transaction_type_details.spot_swap.provider_id
td
Details about the provider of the swap
td
code
span
provider_info
tr
td
Under transaction response, when type is 
code
evm_message
for swaps
td
code
span
provider_id
td
code
span
typed_data.provider_id
td
Details about the provider of the swap
td
code
span
provider_info
tr
td
Under transactions, when looking for block details
td
code
span
height
br
code
slot
br
code
sequence_number
br
code
sequence
td
code
span
block.height
br
code
block.slot
br
code
block.sequence_number
br
code
block.sequence
td
The block number
td
code
span
number
tr
td
td
code
span
digest
td
code
span
block.digest
td
The block hash
td
code
span
hash
tr
td
Under transaction response, when type is 
code
black_box_signature
td
code
span
hash_integer
td
code
span
details.hash_integer
td
The payload to sign
td
code
span
hash_binary
tr
td
td
code
span
payload
td
code
span
payload
td
The payload to sign
td
code
span
details.hash_binary
tr
td
Under each transaction, under 
code
x_transaction_type_details
td
code
span
direction
td
code
span
cosmos_transaction_type_details.direction
br
code
evm_transaction_type_details.direction
br
code
solana_transaction_type_details.direction
br
code
sui_transaction_type_details.direction
br
code
utxo_transaction_type_details.direction
td
The direction of a transfer
td
code
span
direction
tr
td
Under transaction response, when type is 
code
starknet_ransaction
td
code
span
l1_gas_max_amount
td
code
span
l1_gas_max_amount
br
code
l1_gas_max_price_per_unit
td
Legacy gas fields
td
code
span
fee_details
tr
td
Under transaction response, when type is 
code
sui_ransaction
td
code
span
checkpoint
td
code
span
checkpoint
td
Details of the block including the transaction
td
code
span
block
tr
td
Under transaction response, when type is 
code
evm_transaction
for both 
code
expected_result
and 
code
mined_result
td
code
span
type
td
code
span
expected_result.effects.allowances.type
br
code
mined_result.effects.allowances.type
td
Representing the type (native or token) of the affected asset
td
code
span
priced_asset.asset_info.asset_identifier.type
tr
td
td
code
span
token_contract
td
code
span
expected_result.effects.allowances.token_contract
br
code
mined_result.effects.allowances.token_contract
td
Representing the contract of the affected asset
td
code
span
priced_asset.asset_info
tr
td
td
code
span
price
td
code
span
expected_result.effects.allowances.price
br
code
mined_result.effects.allowances.price
td
Representing the fiat price of the asset transferred
td
code
span
priced_asset.price
tr
td
td
code
span
token_id
td
code
span
expected_result.effects.allowances.token_id
br
code
mined_result.effects.allowances.token_id
td
Representing the 
code
token_id
of the affected asset in case it’s an NFT
td
code
span
priced_asset.asset_info
tr
td
Under transaction response, when type is 
code
evm_transaction
td
code
span
funded_by_vault
td
code
span
funded_by_vault
td
Representing the vault used as gas station
td
code
span
fee_payer
tr
td
Under transaction response, when type is 
code
evm_message
for permit message
td
code
span
owner
br
code
spender
br
code
value
br
code
price
br
code
priced_asset
td
code
span
typed_data.owner
br
code
typed_data.spender
br
code
typed_data.value
br
code
typed_data.price
br
code
typed_data.priced_asset
td
Representing the details of the allowance given in this permit
td
code
span
expected_result.effects.allowances[0]
tr
td
Under transaction response, when type is 
code
evm_message
for permit2 messages
td
code
span
owner
br
code
spender
br
code
value
br
code
price
br
code
priced_asset
td
code
span
typed_data.owner
br
code
typed_data.spender
br
code
typed_data.value
br
code
typed_data.price
br
code
typed_data.priced_asset
td
Representing the details of the allowance given in this permit
td
code
span
expected_result.effects.allowances[0]
tr
td
td
code
span
spender
br
code
token
br
code
expiration
br
code
nonce
br
code
price
br
code
priced_asset
td
code
span
typed_data.spender
br
code
typed_data.token
br
code
typed_data.expiration
br
code
typed_data.nonce
br
code
typed_data.price
br
code
typed_data.priced_asset
td
Representing the details of the allowance given in this permit2
td
code
span
expected_result.effects.allowances[0]