Reactions
Get a reaction by its created FID and target Cast.
GET
Query Parameters
The FID of the reaction's creator
The FID of the cast's creator
The cast's hash
The type of reaction, either as a numerical enum value or string representation
Available options:
REACTION_TYPE_LIKE
, REACTION_TYPE_RECAST
Response
200
application/json
The requested Reaction.
Type of hashing scheme used to produce a digest of MessageData. - HASH_SCHEME_BLAKE3: Default scheme for hashing MessageData
Available options:
HASH_SCHEME_BLAKE3
Type of signature scheme used to sign the Message hash
- SIGNATURE_SCHEME_ED25519: Ed25519 signature (default)
- SIGNATURE_SCHEME_EIP712: ECDSA signature using EIP-712 scheme
Available options:
SIGNATURE_SCHEME_ED25519
, SIGNATURE_SCHEME_EIP712