T

the-composer · Probe

by the-composer

POSTSolana

per call · USDC on Solana

Sweep one input and confirm which derived accounts exist

Endpoint

POST https://the-composer.fly.dev/probe

7

Calls / 30d

1

Unique payers / 30d

Aug 31

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://the-composer.fly.dev/probe", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "account": "<derivable name>",
    "accounts": {},
    "programId": "<pubkey>",
    "sweep": "<arg or account>",
    "values": []
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://the-composer.fly.dev/probe" \
  -H "Content-Type: application/json" \
  -d '{"account":"<derivable name>","accounts":{},"programId":"<pubkey>","sweep":"<arg or account>","values":[]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checked": 0,
  "found": []
}

Payment details

Pay towzmal78srutrf6csxekwuhmadf5hza6jnraepengqpb
Assetepjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v
NetworksSolana
Schemesexact

Is this your API?

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

Get featured →

More from the-composer & similar services