Pinning is a method that allows you to instruct IPFS to store a specific object at a specific location – by default, your local node, though this can be changed if you utilise a third-party remote pinning service. This endpoint lists all of the pinned objects.
We will be adding more code examples and more details over time. Thanks for bearing with us and our team! If you have ideas, write us some feedback.
Check out the offical IPFS Pinning documentation. We made sure the follow the standards.
curl -X GET https://api.estuary.tech/pinning/pins -H "Content-Type: application/json" -H "Authorization: Bearer REPLACE_ME_WITH_API_KEY"
null