{
"uid": "<string>",
"transactionHash": "<string>",
"tokenAddress": "<string>",
"commentText": "<string>",
"timestamp": 123,
"isAppUserComment": true,
"metrics": {
"copyCount": 123,
"copyVolume": "<string>",
"likeCount": 123,
"isLikedByUser": true
},
"signerAddress": "<string>",
"replies": [
{
"id": "<string>",
"text": "<string>",
"author": {
"type": "user",
"address": "<string>",
"name": "<string>",
"images": {
"raw": "<string>",
"xs": "<string>",
"sm": "<string>"
},
"profile": {
"id": "<string>",
"name": "<string>",
"images": {
"raw": "<string>",
"xs": "<string>",
"sm": "<string>"
},
"addresses": [
"<string>"
],
"metadata": {
"farcasterUsername": "<string>",
"farcasterId": 123,
"lensHandle": "<string>",
"ensName": "<string>",
"twitterHandle": "<string>",
"debankName": "<string>",
"hlName": "<string>",
"commentCount30d": 123,
"pnl30d": 123,
"winRate30d": 123,
"tradeCount30d": 123,
"roiPercent30d": 123,
"pnl7d": 123,
"winRate7d": 123,
"tradeCount7d": 123,
"roiPercent7d": 123,
"medianHoldingTimeMinutes": 123
},
"isNSFW": false,
"externalId": "<string>"
}
},
"timestamp": 123,
"likeCount": 123,
"isLikedByUser": true
}
]
}Response Types
SwapComment
A swap comment with the commenter’s profile, the comment text, metrics (likes, replies), and trade context.
Unique identifier for the comment
The transaction hash associated with the swap
Available options:
ethereum, optimism, polygon, arbitrum, zora, base, zero, solana, hyperliquid The token address associated with the swap
The comment text
Unix timestamp of when the comment was created
Whether the comment was created by a user of this partner's app
Show child attributes
Show child attributes
The Ethereum address of the comment author
Replies to this comment, only included when fetching a single position
Show child attributes
Show child attributes