Trade, create, and collect unique digital assets on the XRP Ledger with advanced features and low fees.
Each NFT has a unique identifier and owner
Trade digital artwork and collectibles
Own in-game items and characters
Fractional ownership of properties
Buy and sell NFTs instantly with no waiting
Minimal transaction fees on the XRP Ledger
Find NFTs by collection, traits, and price
Buy or sell multiple NFTs at once
Explore featured collections and trending NFTs.
Use filters to find NFTs by price, traits, or collection. Popular collections are highlighted on the homepage.
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.
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.
Confirm the purchase in your wallet.
Review the price and gas fees before confirming. The NFT will be transferred to your wallet immediately.
Connect your wallet containing the NFT.
Make sure your NFT is in the connected wallet. You can only sell NFTs you own.
Choose the NFT you want to sell.
Browse your NFT collection and select the item you want to list for sale.
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.
Confirm the listing transaction.
Pay a small listing fee and confirm the transaction. Your NFT will be visible to all buyers.
Create or select your digital file (image, video, audio, etc.).
Supported formats include PNG, JPG, GIF, MP4, and MP3. Maximum file size is 50MB.
Provide a name, description, and attributes for your NFT.
Include relevant details like the story behind the artwork, rarity traits, or special properties.
Choose your royalty percentage for future sales.
You can earn royalties on secondary sales. Typical rates are 2.5-10% of the sale price.
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/nfts
Get all NFTs with pagination and filters
Parameters: page, limit, collection, traits, price_min, price_max
/api/nfts/{id}
Get specific NFT details
Parameters: id (NFT token ID)
/api/nfts/mint
Mint a new NFT
Parameters: file, name, description, attributes, royalties
/api/nfts/{id}/list
List NFT for sale
Parameters: id, price, currency, duration
{
"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
}
{
"price": 100,
"currency": "XRP",
"duration": 86400,
"reserve_price": 80
}
{
"collection": "Bored Ape Yacht Club",
"page": 1,
"limit": 20,
"traits": {
"Background": "Blue",
"Eyes": "Green"
},
"price_min": 50,
"price_max": 500
}