Blockfrost IPFS API

Blockfrost also operates as an IPFS provider, enabling developers building on Cardano to pin and retrieve content-addressed files via the InterPlanetary File System. The IPFS API base URL is https://ipfs.blockfrost.io/api/v0 and uses the same project_id authentication as the Cardano mainnet API. Storage quota varies by subscription plan, ranging from 100 MB on the free Starter tier to 50,000 MB on the Developer tier.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/blockfrost-ipfs-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cardano:blockfrost-ipfs-api
name: Blockfrost IPFS API
tags:
- Blockchain
- Cardano
- IPFS
- Storage
- Decentralized Storage
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://ipfs.blockfrost.io/api/v0
humanURL: https://blockfrost.dev/
properties:
- url: https://docs.blockfrost.io/
  type: Documentation
- url: https://blockfrost.dev/overview/plans-and-billing
  type: Plans
description: Blockfrost also operates as an IPFS provider, enabling developers building on Cardano to
  pin and retrieve content-addressed files via the InterPlanetary File System. The IPFS API base URL is
  https://ipfs.blockfrost.io/api/v0 and uses the same project_id authentication as the Cardano mainnet
  API. Storage quota varies by subscription plan, ranging from 100 MB on the free Starter tier to 50,000
  MB on the Developer tier.
x-use-cases:
- Pin NFT metadata and media files referenced in Cardano native asset policies
- Store off-chain data linked from on-chain transaction metadata
- Retrieve IPFS content via Blockfrost gateway for dApp frontends