Skip to main content
GET
/
v1
/
swap-comments
Get Swap Comments
curl --request GET \
  --url https://api.clicker.xyz/v1/swap-comments \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.clicker.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

transactionHash
string[]
required

1 or more transaction hashes

chain
enum<string>
required
Available options:
ethereum,
optimism,
polygon,
arbitrum,
zora,
base,
zero,
solana,
hyperliquid
address
string
default:0xa4e221aa5a7ba51b5d5c7d5c923bfb9bcebcb252

Optional user address to populate isLikedByUser The address / public key.

Response

200

Comments and insights indexed by transaction hash

{key}
object