Content
@
https://warpcast.com/~/channel/zora-devs
0 reply
0 recast
0 reaction
limone.eth ๐
@limone.eth
@jacob whatโs the easiest way to index @zora coins? checked the sdk but queries are kind of limited i want to search with filters like content type (video, image..) for example
6 replies
0 recast
9 reactions
gentlegeeboss.base.eth
@dgentle01
Have you tried the Zora GraphQL API for filtering? using the metadata
1 reply
0 recast
0 reaction
limone.eth ๐
@limone.eth
which one? i looked into the sdk
1 reply
0 recast
1 reaction
gentlegeeboss.base.eth
@dgentle01
https://docs.zora.co/protocol-sdk/metadata/token-metadata?utm_source=chatgpt.com Check here
1 reply
0 recast
0 reaction
gentlegeeboss.base.eth
@dgentle01
query { tokens( where: { content: { mime: "image/jpeg" } } ) { nodes { id name content { mime uri } } } } (Same method for mp4 files) If something like this could work. the mime You can construct GraphQL queries that filter based on the mime type.
1 reply
0 recast
0 reaction