/Feed
Last updated
{
"pubkey": "requesting_user_pubkey",
"events": [
{
"id": "event_id",
"pubkey": "author_pubkey",
"created_at": 1234567890,
"kind": 1,
"tags": [],
"content": "Event content",
"sig": "event_signature"
}
],
"profiles": {
"author_pubkey": {
"id": "profile_event_id",
"pubkey": "author_pubkey",
"created_at": 1234567890,
"kind": 0,
"tags": [],
"content": "Profile content",
"sig": "profile_signature"
}
}
}curl -X GET "https://huddlers-ovduv.ondigitalocean.app/feed?pubkey=82341f882b6eabcd2ba7f1ef90aad961cf074af15b9ef44a09f9d2a8fbfbe6a2&limit=5&kinds=1,6"