GET
/
ipfs
/
plugins_marketplace
curl --request GET \
  --url https://api.pinata.cloud/v3/ipfs/plugins_marketplace \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1,
      "name": "Content Addressable Attestation",
      "description": "Verify the authenticity and ownership of files added to the IPFS network by signing them with your Ethereum wallet.",
      "image": "https://mktg.mypinata.cloud/ipfs/QmVm3jRZ7S2KMmYEvkmkwncRCmBSUEuzNKfm2AgJkfBGKZ",
      "tags": [
        "verifiability",
        "security"
      ]
    },
    {
      "id": 2,
      "name": "Hot Swaps",
      "description": "Make IPFS mutable by pointing your original CID to a new file.",
      "image": "https://mktg.mypinata.cloud/ipfs/QmVpy6v7YASWUQjmqgUxKwbn6zgzuVSRudzdZMynpBjSJo",
      "tags": [
        "files"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
OK
data
object[]