Common Fields
All webhook payloads include these fields:| Field | Type | Description |
|---|---|---|
eventId | string | Unique identifier for this event |
eventType | string | The type of event (see sections below) |
walletAddresses | string[] | The audience for this event |
new-feed-item
Triggered when an actor trades a token.Fields
| Field | Type | Description |
|---|---|---|
walletAddresses | string[] | Addresses that follow the trader |
feedItem | FeedResponse | The info of this trade |
comment-created
Triggered when an actor comments on their trade.Fields
| Field | Type | Description |
|---|---|---|
walletAddresses | string[] | Addresses that follow the commenter |
feedItem | FeedResponse | The info of this trade |
comment | SwapCommentResponse | The actor’s comment |
copyswap
Triggered when an actor copies the subscriber’s trade.Fields
| Field | Type | Description |
|---|---|---|
walletAddresses | string[] | The comment author’s address (whose trade was copied) |
feedItem | FeedResponse | The original trade that was copied |
comment | SwapCommentResponse | The comment associated with the copytrade |
copyswapActor | FeedActor | The profile of the user who copied the trade |
copyswapTrade | Trade | The trade details of the copy (same FeedResponse’s trade field) |