Querying Indexer Provider
How to query an indexer provider
An indexer node can be queried over HTTP or libp2p for a multihash or a payload CID.
Using payload CID
GET request
Curl request
Query using the multihash
GET request
Curl request
POST Request
Find command
Go client library
This client library is also utilised by the find
command in the storetheindex
as well as index-provider
binaries. Programmers can use these commands as reference implementations.
Last updated