Overview
The Private Ephemeral SPL Token API allows you to build transactions with MagicBlock. This API provides endpoints to manage ephemeral token accounts, deposits, withdrawals, and delegation operations. Base URL:https://privacy.magicblock.app
API Version: 0.1.0
Main Operations
Health & Configuration
- Root - Check API health
- Get Config - Retrieve API configuration settings
Transactions
- Initialize Ephemeral ATA - Create a new ephemeral token account
- Initialize Global Vault - Set up the global vault
- Deposit SPL Tokens - Deposit tokens into an ephemeral account
- Withdraw SPL Tokens - Withdraw tokens from an ephemeral account
- Delegate Ephemeral ATA - Delegate an ephemeral account
- Undelegate Ephemeral ATA - Remove delegation from an ephemeral account

