Calculate NFT floor prices across multiple marketplaces - OpenSea, Blur, Magic Eden. Each call charges 0.001 USDT via SkillPay.
Calculate NFT floor prices across multiple marketplaces - OpenSea, Blur, Magic Eden.
{
"collection": "bored-ape-yacht-club",
"marketplaces": ["opensea", "blur", "magic-eden"],
"timeframe": "7d"
}
{
"success": true,
"collection": "bored-ape-yacht-club",
"floor_price": "18.5 ETH",
"marketplaces": {
"opensea": "18.5 ETH",
"blur": "18.2 ETH",
"magic-eden": "18.8 ETH"
},
"volume_24h": "150 ETH"
}
每次调用: 0.001 USDT
ZIP package — ready to use