NFT Marketplace

Trade, create, and collect unique digital assets on the XRP Ledger with advanced features and low fees.

What Are NFTs?

Non-Fungible Tokens (NFTs) are unique digital assets that represent ownership of digital or physical items. Each NFT has distinct properties and cannot be exchanged on a one-to-one basis like cryptocurrencies.

Unique Ownership

Each NFT has a unique identifier and owner

Digital Art

Trade digital artwork and collectibles

Gaming Assets

Own in-game items and characters

Real Estate

Fractional ownership of properties

Marketplace Features

Instant Trading

Buy and sell NFTs instantly with no waiting

Low Fees

Minimal transaction fees on the XRP Ledger

Advanced Search

Find NFTs by collection, traits, and price

Bulk Operations

Buy or sell multiple NFTs at once

How to Buy NFTs

1

Browse Collections

Explore featured collections and trending NFTs.

Use filters to find NFTs by price, traits, or collection. Popular collections are highlighted on the homepage.

2

Select an NFT

Click on an NFT to view its details and history.

Check the NFT's metadata, ownership history, and current price. You can also see similar items in the collection.

3

Review Details

Examine the NFT's properties and price.

Look at the NFT's traits, rarity, and trading history. Consider the collection's overall value and community.

4

Make Purchase

Confirm the purchase in your wallet.

Review the price and gas fees before confirming. The NFT will be transferred to your wallet immediately.

How to Sell NFTs

1

Connect Wallet

Connect your wallet containing the NFT.

Make sure your NFT is in the connected wallet. You can only sell NFTs you own.

2

Select NFT

Choose the NFT you want to sell.

Browse your NFT collection and select the item you want to list for sale.

3

Set Price

Set your asking price in XRP or other tokens.

Research similar NFTs to set a competitive price. You can also set a reserve price for auctions.

4

List for Sale

Confirm the listing transaction.

Pay a small listing fee and confirm the transaction. Your NFT will be visible to all buyers.

Creating NFTs

Create your own NFTs and share them with the world. DropFi makes it easy to mint and sell your digital creations.
1

Prepare Your Asset

Create or select your digital file (image, video, audio, etc.).

Supported formats include PNG, JPG, GIF, MP4, and MP3. Maximum file size is 50MB.

2

Add Metadata

Provide a name, description, and attributes for your NFT.

Include relevant details like the story behind the artwork, rarity traits, or special properties.

3

Set Royalties

Choose your royalty percentage for future sales.

You can earn royalties on secondary sales. Typical rates are 2.5-10% of the sale price.

4

Mint NFT

Pay the minting fee and create your NFT.

The minting fee covers the transaction cost on the XRP Ledger. Your NFT will be created instantly.

API Reference

Integrate DropFi's NFT marketplace into your applications with our comprehensive API.
GET
/api/nfts

Get all NFTs with pagination and filters

Parameters: page, limit, collection, traits, price_min, price_max

GET
/api/nfts/{id}

Get specific NFT details

Parameters: id (NFT token ID)

POST
/api/nfts/mint

Mint a new NFT

Parameters: file, name, description, attributes, royalties

POST
/api/nfts/{id}/list

List NFT for sale

Parameters: id, price, currency, duration

Developer Examples

Mint NFT Example

{
  "file": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...",
  "name": "My First NFT",
  "description": "A unique digital artwork",
  "attributes": [
    {
      "trait_type": "Background",
      "value": "Blue"
    },
    {
      "trait_type": "Eyes",
      "value": "Green"
    }
  ],
  "royalties": 2.5
}

List NFT for Sale

{
  "price": 100,
  "currency": "XRP",
  "duration": 86400,
  "reserve_price": 80
}

Get NFT Collection

{
  "collection": "Bored Ape Yacht Club",
  "page": 1,
  "limit": 20,
  "traits": {
    "Background": "Blue",
    "Eyes": "Green"
  },
  "price_min": 50,
  "price_max": 500
}

On This Page

Select a documentation page to see its table of contents