bestinslot-xyz / OPI

Open Protocol Indexer, OPI, is the best-in-slot open-source indexing client for meta-protocols on Bitcoin.
Apache License 2.0
202 stars 110 forks source link

Is there an API or method to obtain nft data? #51

Closed ArthurQiuys closed 3 weeks ago

ArthurQiuys commented 3 weeks ago

I can see main_index but not main_api

samedcildir commented 3 weeks ago

main_index only indexes inscriptions that are text or json so OPI does not actually index full inscription state. That is why we didn't make a main_api. But if you need that data, you can construct a similar api by modifying brc20_api etc.

ArthurQiuys commented 3 weeks ago

thx