X

X402 Tools · Concerts

by X402 Tools

GETBase

$0.01

per call · USD Coin on Base

Search for upcoming concerts. Supports city, date range, genre, and artist filtering.

Endpoint

GET https://x402-tools.vercel.app/api/concerts

5

Calls / 30d

3

Unique payers / 30d

Sep 2

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://x402-tools.vercel.app/api/concerts", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-tools.vercel.app/api/concerts?countryCode=US&page=0" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

[
  {
    "artists": [
      "Khruangbin",
      "Bob Moses"
    ],
    "city": "Boston",
    "date": "2026-04-15",
    "name": "Khruangbin - A La Sala Tour",
    "priceRange": {
      "max": 150,
      "min": 55
    },
    "time": "20:00:00",
    "url": "https://example.com/event/abc123",
    "venue": "Paradise Rock Club"
  }
]

Payment details

Pay to0xbad1aa224bfe4feb460e12b2553dcdf98a7098d0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from X402 Tools & similar services