Ruyui NFT API
This is the API server for Ruyui NFT metadata.
Endpoints
- Metadata: /ruyui/[tokenId]
- Images: /ruyui/[tokenId]/image
How It Works
The API serves individual metadata and images for each token in the Ruyui collection:
- For tokens with existing metadata, the API serves the specific JSON file
- For tokens with existing images, the API serves the specific PNG file
- For tokens that don't have metadata or images yet, the API falls back to the prereveal data
Examples
- /ruyui/1 - Metadata for token #1