cURL
curl --request POST \ --url https://api.altude.so/api/Account/create \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "signedTransaction": "<string>" } '
{ "status": "Queued", "message": "Account creation transaction queued successfully.", "signature": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" }
Create a new account using a signed transaction