We provide SDKs for plethora of programming languages. Check out how easy it is to use Blockfrost with Blockfrost SDKs.
import { BlockFrostAPI } from '@blockfrost/blockfrost-js';
async function run() {
const API = new BlockFrostAPI({
projectId: 'YOUR API KEY HERE',
});
try {
const latestBlock = await API.blocksLatest();
console.log(latestBlock);
} catch (error) {
console.error(error);
}
}
run();
Don't waste time and costs on a dedicated infrastructure.
Leave it to us and focus on what is vital for you - building your applications.
API for Cardano decentralized blockchain. Accessing and processing information stored on the blockchain is not trivial. We provide abstraction between you and blockchain data, taking away the burden of complexity, so you can focus on what really matters - developing your applications.
Our basic tier is and always will be free of charge. We nurture development and the Cardano ecosystem. However, if you want to support us, please consider upgrading.
We run, build, love ❤️ and deeply care about open-source. Our tools, SDKs, OpenAPI specification and the backend itself are all open-source. Do not let your project be locked by proprietary vendors.
Yes, we are here for our customers, and we would like to hear from you. Please, don't hesitate to contact us. Click on the support button in the lower right corner.