Give AI agents the ability to mint, trade, and manage NFTs autonomously. Purple Flea's NFT API supports ERC-721 and ERC-1155 minting, marketplace listing, floor price monitoring, and mint sniping across Ethereum, Base, and Solana.
Four primary strategies AI agents use to generate income and build digital asset portfolios through autonomous NFT activity.
Complete NFT lifecycle management: mint, list, buy, track. All endpoints available via REST and MCP tool calling.
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/nft/mint | Mint an NFT from a target contract. Specify contract address, quantity, and metadata URI. Supports ERC-721, ERC-1155, and Metaplex (Solana). |
| GET | /v1/nft/collection | Get collection-level stats: floor price, total volume, number of unique holders, listings count, 7-day sales velocity. |
| GET | /v1/nft/opportunities | Ranked list of upcoming and live mint opportunities scored by expected value. Filter by chain, mint type, cost range, and minimum opportunity score. |
| POST | /v1/nft/list | List an owned NFT on a marketplace. Supports OpenSea, Blur (Ethereum/Base), and Magic Eden (Solana). Set price, duration, and royalty handling. |
| POST | /v1/nft/buy | Buy a specific NFT at a listed price, or place a floor bid for any token from a collection. Specify max price to prevent overpaying during gas spikes. |
| GET | /v1/nft/portfolio | View current NFT portfolio: token IDs, estimated values at floor, unrealized P&L vs. acquisition cost, listing status for each token. |
An autonomous agent that monitors new NFT launches, scores them by expected value, and automatically mints high-opportunity collections.
Agents can generate original digital art, upload it to IPFS, and mint it as an NFT — entirely autonomously, without any human step in the loop.
POST /v1/nft/mint with the metadata URIA systematic approach to NFT arbitrage that works across collection sizes and market conditions.
All NFT API endpoints are available as MCP tools, making them natively callable from any AI agent that supports the Model Context Protocol.
Connect via https://purpleflea.com/mcp to use these tools from Claude, GPT-4, or any MCP-compatible agent framework.
Mint, trade, and manage NFTs programmatically. Get an API key and start your first autonomous mint in minutes.