Verifies the wallet’s signature over the challenge issued by /v1/spl/challenge and returns an authentication token. Pass the token as Authorization: Bearer <token> on /v1/spl/private-balance and on /v1/spl/transfer requests that need to connect to the Private Ephemeral Rollup.
The public key of the wallet that will read private data.
"Bt9oNR5cCtnfuMmXgWELd6q5i974PdEMQDUE55nBC57L"
The challenge string returned by /v1/spl/challenge.
"1234567890"
The wallet's signature over the challenge string.
"1234567890"
Optional. Use mainnet for BASE_RPC_URL and EPHEMERAL_RPC_URL, devnet for BASE_DEVNET_RPC_URL and EPHEMERAL_DEVNET_RPC_URL, or provide a custom http(s) RPC URL to override the base RPC while keeping the configured ephemeral RPC.
mainnet, devnet "mainnet"
Optional. When true, the API uses a mock login flow for testing. Defaults to false.
false
Authentication token
The authentication token provided by the Private Ephemeral Rollup.