Structs§
- Activate
Webhook Params - Parameters for
activate_webhook. - Bitcoin
Wallet Filter ByList Template - ByList form of
BitcoinWalletFilterTemplate. - Bitcoin
Wallet Filter Template - Template arguments for a Bitcoin wallet filter.
- Create
Webhook From Template Params - Parameters for
create_webhook_from_template. - EvmAbi
Filter ByList Template - ByList form of
EvmAbiFilterTemplate— carries the ABI inline (the only non-list shape this template has) and optionally references a pre-created contracts list. Note the wire key isabiJson, distinct from the inline variant’sabi. - EvmAbi
Filter Template - Template arguments for an EVM ABI filter: decodes and filters events for a set of contracts using a provided ABI.
- EvmContract
Events ByList Template - ByList form of
EvmContractEventsTemplate— references pre-created contract and (optionally) event-hash lists by name. Omittingevent_hashes_list_namematches all events from the listed contracts. - EvmContract
Events Template - Template arguments for filtering EVM contract events, scoped to a specific set of event topic hashes.
- EvmWallet
Filter ByList Template - ByList form of
EvmWalletFilterTemplate— references a pre-created wallets list by name instead of inlining the addresses. - EvmWallet
Filter Template - Template arguments for an EVM wallet filter: matches activity for a list of wallet addresses.
- GetWebhooks
Params - Parameters for
list_webhooks. - Hyperliquid
Wallet Events Filter ByList Template - ByList form of
HyperliquidWalletEventsFilterTemplate. - Hyperliquid
Wallet Events Filter Template - Template arguments for a Hyperliquid wallet-events filter.
- List
Webhooks Response - Response from
list_webhooks. - Solana
Wallet Filter ByList Template - ByList form of
SolanaWalletFilterTemplate. - Solana
Wallet Filter Template - Template arguments for a Solana wallet filter: matches activity for a list of Solana account addresses.
- Stellar
Wallet Transactions Filter ByList Template - ByList form of
StellarWalletTransactionsFilterTemplate. - Stellar
Wallet Transactions Filter Template - Template arguments for a Stellar wallet-transactions filter, matching transactions where the given wallets are the source account.
- Update
Webhook Params - Parameters for
update_webhook. All fields are optional; only set fields are modified. - Update
Webhook Template Params - Parameters for
update_webhook_template. - Webhook
- A webhook’s full configuration and current state.
- Webhook
Destination Attributes - Destination configuration for a webhook.
- Webhook
Enabled Count Response - Response from
get_enabled_countfor webhooks. - Webhook
Page Info - Pagination metadata returned alongside a paginated webhooks list.
- Xrpl
Wallet Filter ByList Template - ByList form of
XrplWalletFilterTemplate. - Xrpl
Wallet Filter Template - Template arguments for an XRPL wallet filter.
Enums§
- Bitcoin
Wallet Filter Input BitcoinWalletFiltertemplate arguments in either inline or by-list form.- EvmAbi
Filter Input EvmAbiFiltertemplate arguments in either inline or by-list form.- EvmContract
Events Input EvmContractEventstemplate arguments in either inline or by-list form.- EvmWallet
Filter Input EvmWalletFiltertemplate arguments in either inline or by-list form.- Hyperliquid
Wallet Events Filter Input HyperliquidWalletEventsFiltertemplate arguments in either inline or by-list form.- Solana
Wallet Filter Input SolanaWalletFiltertemplate arguments in either inline or by-list form.- Stellar
Wallet Transactions Filter Input StellarWalletTransactionsSourceAccountFiltertemplate arguments in either inline or by-list form.- Template
Args - Template identifier paired with its arguments. Exactly one variant selects
which filter is applied; each variant’s inner enum picks between inline
values and a list reference. Consumed by
create_webhook_from_templateandupdate_webhook_template. - Webhook
Start From - Position a webhook begins (or resumes) delivering from when activated.
- Webhook
Template Id - Identifier of a predefined webhook filter template.
- Xrpl
Wallet Filter Input XrplWalletFiltertemplate arguments in either inline or by-list form.