cURL
curl --request POST \ --url https://api.docs.magicblock.app/tx/undelegate-ephemeral-ata \ --header 'Content-Type: application/json' \ --data ' { "payer": "<string>", "user": "<string>", "mint": "<string>", "endpoint_url": "<string>" } '
{ "transaction": "<string>", "message": "Transaction created successfully" }
Payer/owner pubkey (signer)
Owner of the ephemeral ATA
SPL token mint
Solana endpoint URL override
Successful Response
Base64-encoded serialized transaction
Was this page helpful?