diff --git a/content/documentation/rpc/wallet/get_balance.mdx b/content/documentation/rpc/wallet/get_balance.mdx index c27e43b2..30f257be 100644 --- a/content/documentation/rpc/wallet/get_balance.mdx +++ b/content/documentation/rpc/wallet/get_balance.mdx @@ -31,13 +31,7 @@ the default account will be used. If the asset is not specified, `$IRON` will be availableNoteCount: number confirmations: number blockHash: string | null - sequence: number | null - /** - * @deprecated Please use getAsset endpoint to get this information - * */ - assetVerification: { - status: 'verified' | 'unverified' | 'unknown' - } + sequence: number | null' } ```