Build on Starknet Faster Than Ever
Pyramid API (in alpha stage) allows you to get Starknet NFT data, index your own data, and query Starknet via private RPC endpoints.1var axios = require('axios');
2
3var config = {
4 method: 'get',
5 maxBodyLength: Infinity,
6 url: 'https://alpha.api.pyramid.market/api/collection/0x42e7815d9e90b7ea53f4550f74dc12207ed6a0faaef57ba0dbf9a66f3762d82',
7 headers: {
8 Token: 'pyramid-alpha'
9 }
10};
11
12axios(config)
13 .then(function (response) {
14 console.log(JSON.stringify(response.data));
15 })
16 .catch(function (error) {
17 console.log(error);
18 });
Integrate NFTs
into your DAPP
All data you need in one request.
It's totally enough to send one GET Request to retrieve data of millions of NFTs on Starknet. ⚡️ Ship Faster.Index Your Own Data
Pyramid also offers deployed Apibara and Pathfinder nodes to facilitiate the process of indexing your own data or querying your own contract. ⭐️ Build Different.Pricing
Pyramid API is totally free in it's alpha stage.Alpha
Offers self-hosted Apibara and Pathfinder nodes and ready-to-use NFT endpointsFrequently Asked Questions
No, it's totally enough to send GET request to our endpoint to get started. But this is only limited for Alpha stage of Pyramid API, we plan to launch a developer dashboard in beta stage but we will always have a free plan that has high amount of rate limit and which definitely faciliates the process of integrating NFTs into your dapp.
Pyramid API is totally free in it's alpha stage and publicly available for everyone. But in further stages we will have different plans alongside of free plan.
Yes, there is. You are allowed for 20 calls per minute.
Build on Starknet
with Pyramid
24h Vol::
0 ETH