Real-time Infrastructure

for NFT

$ npm install @rarible/sdk

// fetch metadata and all information of the NFT
const item = await sdk.apis.item.getItemById({
  itemId:
    "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8:32292934596187112148346015918544186536963932779440027682601542850818403729410",
});

// then render NFT
function RenderNft({ item }: { item: Item }) {
  return (
    <div>
      <div>{item.meta?.name}</div>
      <div>{item.meta?.description}</div>
      <img src={item.meta?.content[0].url} />
    </div>
  );
}

Chain

RARI Chain

Current price

0.00298 ETH

Fee

7.5%

You will pay

0.0032035 ETH

New Reality

by Jonai

0.2 ETH

0x4259…69xD

Sale

Lil Pudgy #8918

Lil Pudgys

1.930 ETH

2m ago

Sale

Lil Pudgy #3722

Lil Pudgys

1.949 ETH

8m ago

Sale

Lil Pudgy #6634

Lil Pudgys

1.912 ETH

12m ago

Sale

Lil Pudgy #6097

Lil Pudgys

1.949 ETH

15m ago

Sale

Lil Pudgy #126

Lil Pudgys

1.910 ETH

20m ago

// fetch metadata and all information of the NFT
const item = await sdk.apis.item.getItemById({
  itemId:
    "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8:32292934596187112148346015918544186536963932779440027682601542850818403729410",
});

// then render NFT
function RenderNft({ item }: { item: Item }) {
  return (
    <div>
      <div>{item.meta?.name}</div>
      <div>{item.meta?.description}</div>
      <img src={item.meta?.content[0].url} />
    </div>
  );
}

Supported chains

You’re building.
We’re here to help.

1B

NFTs Indexed

91M+

Trades

1,5PB

Media data

~800ms

Delay

One API. Infinite Possibilities.

One API.
Infinite Possibilities.

Metadata

All the NFTs, tailored to your dApp. CDN-enabled NFT delivery in every media format, from text to 3D models, with realtime resizing.

View in the docs

IPFS fetching

Unified format/data model

Realtime media resizing

CDN delivery

New Reality

by Jonai

0.2 ETH

0x4259…69xD

Ownership data

Over a billion NFTs across chains and formats. Get precise unified data for each one - in real time.

View in the docs

Items

Collections

Owners

Creators

Historical Statistics

Analyzing NFTs has never been easier. Rarible API has you covered from floor price to transfers & everything in between.

View in the docs

Activity: Mints, Transfers, Burns

Sales/Prices

Historical floor price

Sale

Lil Pudgy #8918

Lil Pudgys

1.930 ETH

2m ago

Sale

Lil Pudgy #3722

Lil Pudgys

1.949 ETH

8m ago

Sale

Lil Pudgy #6634

Lil Pudgys

1.912 ETH

12m ago

Sale

Lil Pudgy #6097

Lil Pudgys

1.949 ETH

15m ago

Sale

Lil Pudgy #126

Lil Pudgys

1.910 ETH

20m ago

Chain

RARI Chain

Current price

0.00298 ETH

Fee

7.5%

You will pay

0.0032035 ETH

Executable Market Data

Does your dApp have NFT buying and selling? Rarible API provides executable market data from major NFT platforms, empowering you to set custom fees and enforce royalties.

View in the docs

Order book (Listings, Bids)

Marketplace Aggregation

Collection wide bids

Execute API for transaction building

Monetization through fees

Full text Search

It’s easy to get lost in the world of NFTs—unless you have Rarible API with its fuzzy text search feature.

View in the docs

NFT Name, description

Collections

Users

Creators

moon

Collections

NFTs

Users

Moonbirds

1.4 ETH

Moon Bats

0.007 ETH

Moonbirds Oddities

0.071 ETH

Moonrunners Official

0.036 ETH

MOONDOGS ODYSSEY

0.009 ETH

Moonbears

0.155 ETH

Mooncatz

0.014 ETH

Easy to use

We’ve spent years refining Rarible API so you can get straight into the fun part—building your actual dApp.

Extensive Documentation

Overview, guides, tech articles—our docs have all the info you need to start building your dream dApp.

SDK with Ready-made JS library

Paired with the comprehensive SDK featuring the ready-made JS library, Rarible API is the best tool to jumpstart your dApp.

Active Developer Community

You're early, but you won't be alone. Join a community of hundreds of builders utilizing Rarible API.

Use Cases

Nearing the NFT future. One use case at a time.

Wallet & Portfolio applications

Give your users a real-time complete view of their NFTs across multiple chains.

1

Whitelabel Marketplaces

Power your own NFT marketplace with Rarible API’s seamless integration. Let your community mint, list and trade at home.

2

Web3 Gaming

Level up your users with lightning fast data, and smooth UX for your onchain games.

3

Embedded NFT trading

Seamlessly add NFT trading to any dApp, keeping your users in your ecosystem.

4

Data & Analytics

Unlock NFT market insights with Rarible API, a researcher’s best friend.

5

Trading Terminals & Bots

Keep your community in the full loop with Rarible API-powered bots.

6

Trusted By the Best

Partners

¯\_(ツ)_/¯
Devs do something

What will you build with Rarible API?

$ npm install @rarible/sdk