S

Slamai · Tokens Newest

by Slamai

GETbase

$0.0016

per call · USD Coin on base

Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.

Endpoint

GET https://api.slamai.dev/chain/tokens/newest

1

Calls / 30d

1

Unique payers / 30d

Aug 23

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.slamai.dev/chain/tokens/newest", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.slamai.dev/chain/tokens/newest?activity_window=%5Bobject+Object%5D&blockchain=%5Bobject+Object%5D&category=%5Bobject+Object%5D&estimate_cost=%5Bobject+Object%5D&num=%5Bobject+Object%5D" \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0xd85096faec1ac03075667b4c1a1661f5623bf111
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Networksbase
Schemesexact

Is this your API?

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

Get featured →

More from Slamai & similar services