T
$0.005
per call · USD Coin on Base
IPO schedule
Endpoint
GET https://finance.toon.haus/api/market/ipo-calendar2
Calls / 30d
1
Unique payers / 30d
Aug 27
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://finance.toon.haus/api/market/ipo-calendar", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://finance.toon.haus/api/market/ipo-calendar?from=%5Bobject+Object%5D&to=%5Bobject+Object%5D" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
Pay to
0xbc64b379295310b4e020f9186de44be0ca4fe3b0Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of Other and the homepage with a featured placement.