Nostr Filters
- Nostr Series — Part 4: My First Client | by Michael Stewart | Medium
- Tag Keys
- ids
- signature
- tags
- since
- until
- kinds
- authors
- limit (Order By)
- search? (NIP50)
{
"ids": ["hashes"],
"authors": ["hex_pubkeys"],
"kinds": [0,1,7],
"since": 0,
"until": 0,
"limit": 100,
}
Sources
- Thou shall not use single letter tags · Issue #541 · nostr-protocol/nips
- NIP needs clerification in the definition of how filters must work · Issue #1520 · nostr-protocol/nips
- AND Filters · Issue #1291 · nostr-protocol/nips
- How to filter zaps by tags · Issue #319 · nbd-wtf/nostr-tools
- Filtering by tags · Issue #99 · nbd-wtf/nostr-tools