- name: A descriptive name for your webhook
- url: The endpoint where webhook payloads will be sent
- type: The type of events to subscribe to (
transactions,activities, orbalances) - addresses: An array of wallet addresses to monitor
Optional Filters
You can narrow down the events you receive by adding optional filters:- chain_ids: Monitor only specific chains (e.g.,
[1, 8453]for Ethereum and Base) - transaction_type: For transaction webhooks, filter by
senderorreceiver - counterparty: Filter transactions by counterparty address
- activity_type: For activity webhooks, filter by specific types (
send,receive,swap, etc.) - asset_type: Filter by asset type (
native,erc20,erc721,erc1155) - token_address: Monitor only a specific token contract
Example Use Cases
Monitor USDC Balance Changes
Track All Incoming Transactions
Monitor Swap Activities
Headers
Used for authenticating requests. Provide an API key with a purpose of Sim API. See Authentication.
Body
A descriptive name for the webhook.
The URL where webhook payloads will be sent.
The type of onchain event to subscribe to.
transactions, activities, balances List of addresses to monitor.
EVM address.
Filter events to specific chain IDs. If omitted, all supported chains are included.
ONLY for 'transactions' type webhooks. Filter by sender or receiver. Cannot be used with other webhook types.
sender, receiver ONLY for 'transactions' type webhooks. Filter transactions by counterparty address.
ONLY for 'activities' type webhooks. Filter by specific activity type. Cannot be used with other webhook types.
approve, mint, burn, receive, send, swap, call Filter by asset type.
native, erc20, erc721, erc1155 Filter events to a specific token address.
Response
Webhook created successfully.
The unique identifier for the webhook.
The team ID that owns this webhook.
A descriptive name for the webhook.
The type of onchain event to subscribe to.
transactions, activities, balances The URL where webhook payloads will be sent.
Whether the webhook is currently active.
When the webhook was created.
When the webhook was last updated.
Filter events to specific chain IDs. If null, all supported chains are included.
For transaction webhooks, filter by sender or receiver.
sender, receiver Filter transactions by counterparty address.
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
For activity webhooks, filter by specific activity type.
approve, mint, burn, receive, send, swap, call Filter by asset type.
native, erc20, erc721, erc1155 Filter events to a specific token address.
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"