v1
latestOpenAPI 3.1.02026-07-2619047.9 KBCreate Stealth Pool
Build unsigned stealth-pool setup and ER update transactions that map a handle to 1-10 destination owner keys. Requires an Authorization: Bearer <token> header from the /v1/spl/login flow. Once initialized, the handle can be used as the to value of a private /v1/spl/transfer.
post/v1/spl/stealth-pool
Request body
Example request
{
"payer": "3rXKwQ1kpjBd5tdcco32qsvqUh1BnZjcYnS5kYrP7AYE",
"authority": "3rXKwQ1kpjBd5tdcco32qsvqUh1BnZjcYnS5kYrP7AYE",
"handle": "john.doe@magicblock.id",
"destinations": [
"Bt9oNR5cCtnfuMmXgWELd6q5i974PdEMQDUE55nBC57L"
],
"splitAcrossKeys": false
}Response
Unsigned setup and ER update transactions