Skip to content

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

Removal Date: 2026-03-08

The following table describes the exact deletions for phase 2:

ContextField nameLocationPurpose/DescriptionReplacement Field
In price object, the field named price of type int.
Prices appear under transactions and under assets.
priceEverywhere the price field appears across the APIs (under transactions and assets objects)The Asset price in USD value. The field was replaced for better price accuracy.price_float
When retrieving balances of assets using APIs:
Get Owned Asset,
List Owned Assets,
Get Vault Asset,
List Vault Assets
balances.minedminedThe available mined balancebalances.available_mined
balances.pending_incomingpending_incomingThe available pending incoming balancebalances.available_pending_incoming
balancebalanceThe available mined balancebalances.available_mined
assetassetDetails about the assetpriced_asset.asset_info
In the PricedAsset object, the field named asset_identifier appears in every transaction type and in owned assets.asset_identifierEvery field named asset_identifier nested inside a priced_asset field under transactions (under any type of effects and under fee details)
and under owned assets
Details about the assetpriced_asset.asset_info.asset_identifier
Under transaction response, when type is evm_transaction for swapsprovider_idevm_transaction_type_details.spot_swap.provider_idDetails about the provider of the swapprovider_info
Under transaction response, when type is evm_message for swapsprovider_idtyped_data.provider_idDetails about the provider of the swapprovider_info
Under transactions, when looking for block detailsheight
slot
sequence_number
sequence
block.height
block.slot
block.sequence_number
block.sequence
The block numbernumber
digestblock.digestThe block hashhash
Under transaction response, when type is black_box_signaturehash_integerdetails.hash_integerThe payload to signhash_binary
payloadpayloadThe payload to signdetails.hash_binary
Under each transaction, under x_transaction_type_detailsdirectioncosmos_transaction_type_details.direction
evm_transaction_type_details.direction
solana_transaction_type_details.direction
sui_transaction_type_details.direction
utxo_transaction_type_details.direction
The direction of a transferDoesn’t exist
Under transaction response, when type is starknet_ransactionl1_gas_max_amountl1_gas_max_amount
l1_gas_max_price_per_unit
Legacy gas fieldsfee_details
Under transaction response, when type is sui_ransactioncheckpointcheckpointDetails of the block including the transactionblock
Under transaction response, when type is evm_transaction for both expected_result and mined_resulttypeexpected_result.effects.allowances.type
mined_result.effects.allowances.type
Representing the type (native or token) of the effected assetpriced_asset.asset_info.asset_identifier.type
token_contractexpected_result.effects.allowances.token_contract
mined_result.effects.allowances.token_contract
Representing the contract of the effected assetpriced_asset.asset_info
priceexpected_result.effects.allowances.price
mined_result.effects.allowances.price
Representing the fiat price of the asset transferredpriced_asset.price
token_idexpected_result.effects.allowances.token_id
mined_result.effects.allowances.token_id
Representing the token_id of the effected asset in case it’s an NFTpriced_asset.asset_info
Under transaction response, when type is evm_transactionfunded_by_vaultfunded_by_vaultRepresenting the vault used as gas stationfee_payer
Under transaction response, when type is evm_message for permit messageowner
spender
value
price
priced_asset
typed_data.owner
typed_data.spender
typed_data.value
typed_data.price
typed_data.priced_asset
Representing the details of the allowance given in this permitexpected_result.effects.allowances[0]
Under transaction response, when type is evm_message for permit2 messagesowner
spender
value
price
priced_asset
typed_data.owner
typed_data.spender
typed_data.value
typed_data.price
typed_data.priced_asset
Representing the details of the allowance given in this permitexpected_result.effects.allowances[0]
spender
token
expiration
nonce
price
priced_asset
typed_data.spender
typed_data.token
typed_data.expiration
typed_data.nonce
typed_data.price
typed_data.priced_asset
Representing the details of the allowance given in this permit2expected_result.effects.allowances[0]