v1
latestOpenAPI 3.1.02026-07-13570316.1 KBWallets
Create Server Wallet
Creates a server wallet from a unique identifier. If the wallet already exists, it will return the existing wallet.
Authentication: This endpoint requires backend authentication using the x-secret-key header. The secret key should never be exposed publicly.
post/v1/wallets/server
Request body
Example request
{
"identifier": "treasury-wallet-123"
}Response
Server wallet created or connected successfully. Returns wallet addresses for subsequent operations.