Overview
Xonin - A generative art NFT collection featuring unique abstract designs of layered vivid curves and geometric shapes, crafted with 100 distinct color palettes. The artworks are created, rendered and stored fully onchain to ensure immutability and permanence. Employed art style: Paths. Website: https://xonin.vercel.app; X: https://x.com/XoninNFT.
Protocol
x402
Price
$1.00
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/nft
Provider
xonin-x402
Indexed
2026-03-02 01:12:43
Health
Status
healthy
Latency (p50)
739ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-06-28 22:54:33
Last Healthy
2026-06-28 22:54:33
Consecutive Failures
0
Input Schema
{
"bodyFields": {},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"buyerAddress": {
"description": "Wallet address that received NFT",
"type": "string"
},
"error": {
"description": "Error message if operation failed",
"type": "string"
},
"ethTransferTransactionHash": {
"description": "Transaction hash of ETH transfer to smart account (for failed transfers)",
"type": "string"
},
"mintTransactionHash": {
"description": "Transaction hash of mint operation",
"type": "string"
},
"openSeaUrl": {
"description": "OpenSea URL to view NFT",
"type": "string"
},
"success": {
"description": "Whether the NFT was successfully minted and transferred",
"type": "boolean"
},
"tokenId": {
"description": "The ID of the minted NFT",
"type": "string"
},
"tokenURI": {
"description": "The URI pointing to the NFT metadata",
"type": "string"
},
"transferTransactionHash": {
"description": "Transaction hash of transfer to buyer",
"type": "string"
},
"userOpHash": {
"description": "User operation hash for debugging failed transactions",
"type": "string"
},
"withdrawTransactionHash": {
"description": "Transaction hash of ETH withdrawal from contract (for failed withdrawals)",
"type": "string"
}
},
"required": [
"success"
],
"type": "object"
}