Developers
Wallets, policies and payments — by API.
Build agent-native products on top of Solana with privacy and policy as first-class primitives.
Core endpoints
POST
Create a non-custodial user wallet/v1/walletsPOST
Issue a wallet for an AI agent/v1/agent_walletsPOST
Send USDC, optionally confidential/v1/transfersGET
Paginated ledger with policy + disclosure data/v1/transactionsPOST
Create or update spending policy/v1/policiesPOST
Approve or reject a pending action/v1/approvals/:id/decidePOST
Generate a selective disclosure bundle/v1/disclosuresPOST
Issue a 402 Payment Required challenge/v1/x402/chargePOST
Register a webhook endpoint/v1/webhooksx402 in one request
HTTP/1.1 402 Payment Required X-BSF-Pay: solana:USDC?amount=0.05&to=...&memo=req_abc X-BSF-Settle: https://api.blacksheep.fi/v1/x402/verify
Webhook event
{
"type": "transfer.settled",
"data": {
"id": "tx_01HX...",
"agent_wallet_id": "agw_research",
"amount_visible": false,
"policy_id": "pol_01...",
"status": "settled"
}
}Pasture sandbox
Every API key ships with a sandbox environment seeded with sample agents, policies and confidential transfer traffic so you can build before you settle.