-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayments-aptos.json
More file actions
63 lines (63 loc) · 1.9 KB
/
payments-aptos.json
File metadata and controls
63 lines (63 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"version": "1.3",
"origin": "api.aptos-nft.example.com",
"payout_address": "0x1a2b3c4d5e6f7890abcdef1234567890abcdef1234567890abcdef1234567890",
"display_name": "Aptos NFT Intelligence",
"description": "NFT analytics and valuation API for the Aptos ecosystem. Collection rankings, rarity scores, and price predictions.",
"payments": {
"x402": {
"networks": [
{
"network": "aptos",
"asset": "USDC",
"contract": "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b"
}
],
"recipient": "0x1a2b3c4d5e6f7890abcdef1234567890abcdef1234567890abcdef1234567890"
}
},
"intents": [
{
"name": "get_collection_stats",
"description": "Get floor price, volume, listings count, and holder distribution for any Aptos NFT collection.",
"endpoint": "/api/v1/collection",
"method": "GET",
"parameters": {
"collection_id": { "type": "string", "required": true, "description": "Aptos collection address or name" }
},
"price": {
"amount": 0.005,
"currency": "USDC",
"model": "per_call",
"network": "aptos"
},
"payments": {
"x402": {
"direct_price": 0.005,
"ticket_price": 0.003
}
}
},
{
"name": "estimate_nft_value",
"description": "AI-powered valuation estimate for a specific NFT based on trait rarity, collection trends, and comparable sales.",
"endpoint": "/api/v1/valuation",
"method": "GET",
"parameters": {
"token_id": { "type": "string", "required": true, "description": "NFT token address or ID" }
},
"price": {
"amount": 0.02,
"currency": "USDC",
"model": "per_call",
"network": "aptos"
},
"payments": {
"x402": {
"direct_price": 0.02,
"ticket_price": 0.015
}
}
}
]
}