Overview
Get a ranked list of NFT collections based on rading activity and collection popularity, optionally tailored for a farcaster user.
Protocol
x402
Price
$0.0045
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/nft
Provider
zapper
Source
bazaar
Indexed
2026-03-02 01:01:14
Health
Status
degraded
Latency (p50)
190ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-03-20 22:15:43
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"bodyFields": {
"after": {
"description": "Cursor for pagination (get results after this cursor)",
"required": false,
"type": "string"
},
"fid": {
"description": "Optional Farcaster ID (FID) to personalize ranking",
"required": false,
"type": "integer"
},
"first": {
"default": 10,
"description": "Number of items to return (pagination limit)",
"required": false,
"type": "integer"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Output Schema
{
"data": {
"nftRanking": {
"properties": {
"edges": {
"items": {
"properties": {
"cursor": {
"type": "string"
},
"node": {
"properties": {
"chainId": {
"type": "integer"
},
"collection": {
"properties": {
"description": {
"type": "string"
},
"floorPrice": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"medias": {
"properties": {
"logo": {
"properties": {
"original": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"networkV2": {
"properties": {
"chainId": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"stats": {
"properties": {
"dailyVolume": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"hourlyVolume": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"monthlyVolume": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"totalVolume": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"topOfferPrice": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"collectionAddress": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"pageInfo": {
"properties": {
"endCursor": {
"type": "string"
},
"hasNextPage": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
}
}