E

EVM & Solana Utility Tools · Solana PDA

by EVM & Solana Utility Tools

POSTBaseArbitrumPolygon

$0.005

per call · USD Coin on Base

Solana Program Derived Address (PDA) calculator — derive the canonical off-curve address and bump from bounded public seeds offline, without RPC or key handling.

Endpoint

POST https://chain-tools.use.x402atlas.com/solana/pda

3

Calls / 30d

2

Unique payers / 30d

Sep 1

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://chain-tools.use.x402atlas.com/solana/pda", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "program_id": "11111111111111111111111111111111",
    "seeds": [
      {
        "encoding": "utf8",
        "value": "vault"
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://chain-tools.use.x402atlas.com/solana/pda" \
  -H "Content-Type: application/json" \
  -d '{"program_id":"11111111111111111111111111111111","seeds":[{"encoding":"utf8","value":"vault"}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "algorithm_version": "solana-find-program-address-v1",
  "bump": 254,
  "operation": "solana-pda",
  "pda": "58CDQ9Qgw1ZPedjaTtwrR2MSG4EmmguHSPE2bFtyfinD",
  "program_id": "11111111111111111111111111111111",
  "seed_lengths": [
    5
  ],
  "warnings": []
}

Payment details

Pay to0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Arbitrum, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from EVM & Solana Utility Tools & similar services