x402 List

x402 Protocol Service Directory

MadeOnSol

Data

MadeOnSol delivers real-time Solana memecoin intelligence via x402 micropayments — pay per request in USDC on Solana, no API keys or subscriptions. Endpoints cover a live KOL wallet trade feed (1,000+ tracked wallets), KOL convergence/coordination signals, PnL leaderboards, trading pairs, hot & trending tokens, and Pump.fun deployer alerts. Each call returns structured JSON with KOL identity, token details, and on-chain enrichment.

Pay from $0.005 to $0.02 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://madeonsol.com WEBSITE https://madeonsol.com ENDPOINTS 7 NETWORK Solana ASSET USDC MEMBER SINCE 2026-06-06 MONITORED SINCE 2026-06-06

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
196ms
avg response
181ms
total checks
2,692
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.02 (p44 in Data)
price (min)
$0.005
price (max)
$0.02
category percentile (min)
p44 in Data
category percentile (max)
p48 in Data
endpoints / prices
7 / 3
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $2.08 30d · 3 buyers
volume 30d
$2.08
buyers 30d
3
settlements 30d
193
last settlement
2026-07-10
top buyer share
69% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides real-time tracking of key opinion leaders (KOLs), tokens, and deployers on Solana and Robinhood Chain networks.

category
blockchain-analytics
in
body
auth
api key
kol-trackingtoken-trackingdeployer-huntingsolanarobinhood-chainreal-time-data

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/x402/deployer-hunter/alerts $0.01 Solana USDC
POST /api/x402/kol/coordination $0.02 Solana USDC
POST /api/x402/kol/feed $0.005 Solana USDC
POST /api/x402/kol/leaderboard $0.005 Solana USDC
POST /api/x402/kol/pairs $0.02 Solana USDC
POST /api/x402/kol/tokens/hot $0.01 Solana USDC
GET /api/x402/kol/tokens/trending $0.01 Solana USDC
7 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/x402/deployer-hunter/alerts returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://madeonsol.com/api/x402/deployer-hunter/alerts'
// 402 response (captured by monitor) · 7 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/kol/leaderboard",
      "mimeType": "application/json",
      "description": "KOL performance rankings by PnL and win rate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": "20",
              "period": "today"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max KOLs to return"
                    },
                    "period": {
                      "enum": [
                        "today",
                        "7d",
                        "30d",
                        "90d",
                        "180d"
                      ],
                      "type": "string",
                      "default": "7d",
                      "description": "Ranking window"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/kol/coordination",
      "mimeType": "application/json",
      "description": "KOL convergence signals — tokens accumulated by multiple KOLs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": "20",
              "period": "1h",
              "min_kols": "2"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results"
                    },
                    "period": {
                      "enum": [
                        "1h",
                        "6h",
                        "24h",
                        "7d"
                      ],
                      "type": "string",
                      "default": "24h",
                      "description": "Lookback window"
                    },
                    "min_kols": {
                      "type": "integer",
                      "default": 2,
                      "maximum": 50,
                      "minimum": 2,
                      "description": "Minimum distinct KOLs converging on a token"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/kol/pairs",
      "mimeType": "application/json",
      "description": "KOL affinity matrix — which KOLs frequently co-trade the same tokens"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": "20",
              "period": "7d",
              "min_shared": "2"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max pairs to return"
                    },
                    "period": {
                      "enum": [
                        "7d",
                        "30d"
                      ],
                      "type": "string",
                      "default": "7d",
                      "description": "Co-trade window"
                    },
                    "min_shared": {
                      "type": "integer",
                      "default": 2,
                      "maximum": 20,
                      "minimum": 1,
                      "description": "Minimum shared tokens between a pair"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/deployer-hunter/alerts",
      "mimeType": "application/json",
      "description": "Real-time alerts from tracked Pump.fun deployers (all graded tiers)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": "50",
              "since": "example",
              "offset": "0"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 50,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max alerts to return"
                    },
                    "since": {
                      "type": "string",
                      "description": "ISO8601 timestamp — only alerts after this time"
                    },
                    "offset": {
                      "type": "integer",
                      "default": 0,
                      "minimum": 0,
                      "description": "Pagination offset"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/kol/tokens/hot",
      "mimeType": "application/json",
      "description": "KOL momentum tokens — tokens with accelerating KOL buy interest"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": "20",
              "period": "1h",
              "min_kols": "2"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max tokens to return"
                    },
                    "period": {
                      "enum": [
                        "1h",
                        "6h"
                      ],
                      "type": "string",
                      "default": "1h",
                      "description": "Momentum window"
                    },
                    "min_kols": {
                      "type": "integer",
                      "default": 2,
                      "maximum": 20,
                      "minimum": 1,
                      "description": "Minimum participating KOLs"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/kol/tokens/trending",
      "mimeType": "application/json",
      "description": "Tokens ranked by KOL buy volume — real-time capital-flow signal"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": "20",
              "period": "5m",
              "min_kols": "2"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max tokens to return"
                    },
                    "period": {
                      "enum": [
                        "5m",
                        "15m",
                        "30m",
                        "1h",
                        "2h",
                        "4h",
                        "12h"
                      ],
                      "type": "string",
                      "default": "1h",
                      "description": "Trending window (sub-hour requires PRO/ULTRA)"
                    },
                    "min_kols": {
                      "type": "integer",
                      "default": 2,
                      "maximum": 20,
                      "minimum": 1,
                      "description": "Minimum participating KOLs"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVU",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://madeonsol.com/api/x402/kol/feed",
      "mimeType": "application/json",
      "description": "Real-time KOL trade feed from 1,000+ tracked wallets"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "kol": "example",
              "limit": "50",
              "action": "buy"
            }
          },
          "output": {
            "type": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "kol": {
                      "type": "string",
                      "description": "Filter by a single KOL wallet address (base58)"
                    },
                    "limit": {
                      "type": "integer",
                      "default": 50,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max trades to return"
                    },
                    "action": {
                      "enum": [
                        "buy",
                        "sell"
                      ],
                      "type": "string",
                      "description": "Filter by trade side"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

06-06 · uptime 100.0% · 43ms avg06-07 · uptime 100.0% · 35ms avg06-08 · uptime 100.0% · 49ms avg06-09 · uptime 100.0% · 71ms avg06-10 · uptime 100.0% · 117ms avg06-11 · uptime 100.0% · 100ms avg06-12 · uptime 100.0% · 98ms avg06-13 · uptime 100.0% · 102ms avg06-14 · uptime 100.0% · 49ms avg06-15 · uptime 100.0% · 47ms avg06-16 · uptime 100.0% · 41ms avg06-17 · uptime 100.0% · 70ms avg06-18 · uptime 100.0% · 111ms avg06-19 · uptime 100.0% · 131ms avg06-20 · uptime 100.0% · 110ms avg06-21 · uptime 100.0% · 110ms avg06-22 · uptime 100.0% · 112ms avg06-23 · uptime 100.0% · 129ms avg06-24 · uptime 100.0% · 119ms avg06-25 · uptime 100.0% · 146ms avg06-26 · uptime 100.0% · 179ms avg06-27 · uptime 100.0% · 237ms avg06-28 · uptime 100.0% · 177ms avg06-29 · uptime 100.0% · 235ms avg06-30 · uptime 100.0% · 184ms avg07-01 · uptime 100.0% · 181ms avg07-02 · uptime 100.0% · 198ms avg07-03 · uptime 100.0% · 183ms avg07-04 · uptime 100.0% · 170ms avg07-05 · uptime 100.0% · 169ms avg07-06 · uptime 100.0% · 172ms avg07-07 · uptime 100.0% · 196ms avg07-08 · uptime 100.0% · 203ms avg07-09 · uptime 100.0% · 192ms avg07-10 · uptime 100.0% · 202ms avg07-11 · uptime 100.0% · 232ms avg07-12 · uptime 100.0% · 258ms avg07-13 · uptime 100.0% · 266ms avg07-14 · uptime 100.0% · 239ms avg07-15 · uptime 100.0% · 201ms avg07-16 · uptime 100.0% · 219ms avg07-17 · uptime 100.0% · 201ms avg07-18 · uptime 100.0% · 109ms avg07-19 · uptime 100.0% · 104ms avg07-20 · uptime 100.0% · 120ms avg07-21 · uptime 100.0% · 149ms avg06-0607-21
RESPONSE TIME
06-06 · 43ms avg06-06 · 43ms avg06-07 · 35ms avg06-07 · 35ms avg06-08 · 49ms avg06-08 · 49ms avg06-09 · 71ms avg06-09 · 71ms avg06-10 · 117ms avg06-10 · 117ms avg06-11 · 100ms avg06-11 · 100ms avg06-12 · 98ms avg06-12 · 98ms avg06-13 · 102ms avg06-13 · 102ms avg06-14 · 49ms avg06-14 · 49ms avg06-15 · 47ms avg06-15 · 47ms avg06-16 · 41ms avg06-16 · 41ms avg06-17 · 70ms avg06-17 · 70ms avg06-18 · 111ms avg06-18 · 111ms avg06-19 · 131ms avg06-19 · 131ms avg06-20 · 110ms avg06-20 · 110ms avg06-21 · 110ms avg06-21 · 110ms avg06-22 · 112ms avg06-22 · 112ms avg06-23 · 129ms avg06-23 · 129ms avg06-24 · 119ms avg06-24 · 119ms avg06-25 · 146ms avg06-25 · 146ms avg06-26 · 179ms avg06-26 · 179ms avg06-27 · 237ms avg06-27 · 237ms avg06-28 · 177ms avg06-28 · 177ms avg06-29 · 235ms avg06-29 · 235ms avg06-30 · 184ms avg06-30 · 184ms avg07-01 · 181ms avg07-01 · 181ms avg07-02 · 198ms avg07-02 · 198ms avg07-03 · 183ms avg07-03 · 183ms avg07-04 · 170ms avg07-04 · 170ms avg07-05 · 169ms avg07-05 · 169ms avg07-06 · 172ms avg07-06 · 172ms avg07-07 · 196ms avg07-07 · 196ms avg07-08 · 203ms avg07-08 · 203ms avg07-09 · 192ms avg07-09 · 192ms avg07-10 · 202ms avg07-10 · 202ms avg07-11 · 232ms avg07-11 · 232ms avg07-12 · 258ms avg07-12 · 258ms avg07-13 · 266ms avg07-13 · 266ms avg07-14 · 239ms avg07-14 · 239ms avg07-15 · 201ms avg07-15 · 201ms avg07-16 · 219ms avg07-16 · 219ms avg07-17 · 201ms avg07-17 · 201ms avg07-18 · 109ms avg07-18 · 109ms avg07-19 · 104ms avg07-19 · 104ms avg07-20 · 120ms avg07-20 · 120ms avg07-21 · 149ms avg07-21 · 149ms avg06-0607-21
90d UPTIME 100%
UPTIME 90D 100%
AVG RESP 181ms
TOTAL CHECKS 2,706

RECENT CHECKS

TIME STATUS RESP
● OK 164ms
● OK 137ms
● OK 135ms
● OK 217ms
● OK 134ms
● OK 98ms
● OK 147ms
● OK 90ms
● OK 90ms
● OK 57ms
● OK 204ms
● OK 127ms
● OK 202ms
● OK 140ms
● OK 169ms
● OK 73ms
● OK 106ms
● OK 143ms

OVER TIME

All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/madeonsol/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
06-16 · $0.0107-21 · $0.01$0.0106-1607-21

Median across 7 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-1307-21
VOLUME (on-chain settlement, USD)
06-18 · $0.2306-19 · $0.1706-20 · $0.4306-21 · $0.3306-22 · $0.0806-23 · $0.1006-29 · $0.0707-05 · $0.2707-06 · $0.0507-08 · $0.0207-09 · $0.5307-10 · $0.63peak $0.6306-1807-10
DISTINCT BUYERS
06-18 · 1 buyer06-19 · 1 buyer06-20 · 1 buyer06-21 · 2 buyers06-22 · 1 buyer06-23 · 1 buyer06-29 · 1 buyer07-05 · 1 buyer07-06 · 1 buyer07-08 · 1 buyer07-09 · 1 buyer07-10 · 1 buyerpeak 2 buyers06-1807-10

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that MadeOnSol is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

MadeOnSol listed on x402-list
status
MadeOnSol uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/madeonsol?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/madeonsol.svg" alt="MadeOnSol listed on x402-list" height="28">
</a>
// Markdown
[![MadeOnSol on x402-list](https://x402-list.com/badge/madeonsol.svg)](https://x402-list.com/services/madeonsol?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/madeonsol?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/madeonsol.svg?data=uptime" alt="MadeOnSol uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]