Skip to content

HeliusEnhancedTransaction

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / HeliusEnhancedTransaction

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:15995

Helius enhanced webhook payload

Enhanced webhooks provide parsed/decoded transaction data.

description: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:15997

Human-readable description


type: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:15999

Transaction type (TRANSFER, NFT_SALE, etc.)


source: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16001

Source wallet/program


fee: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16003

Transaction fee in lamports


feePayer: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16005

Fee payer address


signature: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16007

Transaction signature


slot: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16009

Slot number


timestamp: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16011

Block timestamp


nativeTransfers: object[]

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16013

Native SOL transfers

fromUserAccount: string

toUserAccount: string

amount: number


tokenTransfers: object[]

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16019

Token transfers

fromUserAccount: string

toUserAccount: string

fromTokenAccount: string

toTokenAccount: string

tokenAmount: number

mint: string

tokenStandard: string


accountData: object[]

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16029

Account data changes

account: string

nativeBalanceChange: number

tokenBalanceChanges: object[]


optional events: Record<string, unknown>

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16043

Events (NFT sales, etc.)