Links
Get a link by its FID and target FID.
GET
/
v1
/
linkById
Query Parameters
fid
integer
requiredThe FID of the link's originator
target_fid
integer
requiredThe FID of the target of the link
link_type
enum<string>
default: followrequiredThe type of link, as a string value
Available options:
follow
Response
200 - application/json
hash
string
requiredhashScheme
enum<string>
default: HASH_SCHEME_BLAKE3requiredType of hashing scheme used to produce a digest of MessageData. - HASH_SCHEME_BLAKE3: Default scheme for hashing MessageData
Available options:
HASH_SCHEME_BLAKE3
signature
string
requiredsignatureScheme
enum<string>
default: SIGNATURE_SCHEME_ED25519requiredType 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
signer
string
requireddata
object
required