v1

latestOpenAPI 3.1.02026-07-2619047.9 KB

Get Stealth Pool Status

Derive a stealth-pool PDA from an exact handle and report whether the base account exists. Does not return the destination keys.

get/v1/spl/stealth-pool

Query parameters

handlestring required
Example:john.doe@magicblock.id

The exact handle (up to 255 UTF-8 bytes). Must match the stored bytes exactly.

'mainnet' | 'devnet' | 'mainnet-private' | 'devnet-private'
OR
string uri

Optional. Cluster selector or custom http(s) RPC URL.

Response

Stealth pool status

stealthPoolstring required

Derived stealth-pool PDA.

existsboolean required

Whether the base account exists.