Solana PDA Derivation is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Derives a Solana Program Derived Address (PDA) and its canonical bump seed from a program ID and seed inputs.
Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.
Returns the derived PDA address (base58-encoded public key), the canonical bump seed (0-255), any derivation warnings (e.g. noting that existence or ownership of the account is not verified on-chain), and the network analyzed. Wrapped in a standard SignalHarness receipt with execution metadata, request/execution IDs, and a SHA-256 result hash.
POSThttps://signalharness.ai/api/agent/services/solana_pda_derive/invokeUse this endpoint when you need to deterministically compute a Solana PDA address and bump seed off-chain, without making an RPC call to a Solana node. Ideal for transaction construction, address pre-computation, or verification in agent workflows where you need the PDA before submitting a transaction. Prefer this over running findProgramAddressSync locally when your agent environment lacks a Solana SDK.
| Field | Type | Description |
|---|---|---|
| request_json | string |
{
"type": "json",
"example": {
"replay": false,
"result": {
"warnings": [
"Derivation does not prove the PDA account exists or is owned as expected."
],
"service_id": "solana_pda_derive",
"analysis_json": "{\"address\":\"H68a6HmNocBWoDtYo2PDxX3ciRHLUosfsnH9b2r7xNPJ\",\"bump\":255}",
"evidence_scope": "caller_supplied_data",
"analyzed_network": "solana"
},
"status": "succeeded",
"receipt": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"usage": [],
"status": "succeeded",
"network": "eip155:8453",
"artifacts": [],
"endedAtMs": 0,
"latencyMs": 0,
"paymentId": "example-payment",
"receiptId": "example-receipt",
"requestId": "example-request",
"serviceId": "solana_pda_derive",
"executionId": "example-execution",
"startedAtMs": 0,
"amountAtomic": "10000",
"resultSha256": "0b91e27322fd6518285d5e943eb28270f481f33bcfe23433d70ba73e3dd91da5",
"serviceVersion": "1.0.0",
"settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"artifacts": [],
"requestId": "example-request",
"executionId": "example-execution"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"