G

grov · Base Spotifyplays

by grov

POSTBase

$2.5

per call · USD Coin on Base

grov: Spotify Plays. ⌚️ Start Time: 1-12h ⚠️ The profile must be set to "public" or the order will not start. After the completion, you can close it again. 🔗 Link Example: https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT 🔴 Don't use any other link format, if you do order will be cancelled. 🔴 Spotify updates the plays counter once time every 48 hours. 🔴 If the order is marked as completed, but you still don't see the plays counter updated, just wait a couple of days to see the changes.

Endpoint

POST https://grov.fun/api/base/spotifyplays

1

Calls / 30d

1

Unique payers / 30d

Aug 29

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://grov.fun/api/base/spotifyplays", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "amount": 500,
    "url": "https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://grov.fun/api/base/spotifyplays" \
  -H "Content-Type: application/json" \
  -d '{"amount":500,"url":"https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "ok": true,
  "orderId": "ORDER_ID",
  "paid": true,
  "secret": "SAVE_THIS_SECRET",
  "statusUrl": "https://grov.fun/api/base/spotifyplays?action=view&secret={secret}"
}

Payment details

Pay to0x3aa94d2269180fd08ac0db1c76d3784e9fbc8a3a
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 grov & similar services