B

Boonprotocol · Graph

by Boonprotocol

GETBase

$0.01

per call · USD Coin on Base

Boon x402 endpoint recognition graph

Endpoint

GET https://api.boonprotocol.com/api/v1/x402/graph

9

Calls / 30d

3

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.boonprotocol.com/api/v1/x402/graph", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.boonprotocol.com/api/v1/x402/graph?context=with&eventLimit=200&limit=20&sort=reviewed" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "edges": [
    {
      "from": "wallet:0x0000000000000000000000000000000000000002",
      "kind": "recognized",
      "relationshipSignals": {
        "directRelatedParty": false
      },
      "to": "route:0x9569f7ef2e344da57aa497dafe4509499f133340d1e0ab0d3e93f6e7c057bb0e"
    }
  ],
  "nodes": [
    {
      "id": "route:0x9569f7ef2e344da57aa497dafe4509499f133340d1e0ab0d3e93f6e7c057bb0e",
      "kind": "endpoint"
    },
    {
      "id": "wallet:0x0000000000000000000000000000000000000002",
      "kind": "wallet"
    }
  ],
  "version": "1"
}

Payment details

Pay to0xf121fbecec43e1b616d47285851c20d5fc64431b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Boonprotocol & similar services