| Account Type | Enpoint to Use |
|---|---|
| FUNDS_TOKEN_ACCOUNT and ASSET_TOKEN_ACCOUNT | Initialize Position |
| FUNDS_TOKEN or ASSET_TOKEN | Optional - the mint account for a token can be created with the Create Financial Instrument endpoint directly or it can be created with the Create Account endpoint |
| ADDRESS_LOOKUP_TABLE | Create Address Lookup Table |
| NONCE | Create Durable Nonce Accounts |
curl --location --request POST 'https://vf-solana-api.dev.alphaledger.com/api/v1/accounts?solanaClusterId=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '// Managed - Not yet onchain (Token Management Authority)
{
"itemData": {
"managed": true,
"alreadyOnchain": false,
"comments": "Account which should be used as Update Authority with a Token 2022 Token",
"privateKeyDetails": {
"location": [
"DATABASE"
]
},
"offchainReferences": {
"code": "update-db",
"type": "TOKEN_MANAGEMENT_AUTHORITY",
"organizationExternalId": "ALIM"
}
}
}'{
"newAccount": {
"onchainId": "ndA7eTfoWqrczXYUq53gNRRjQgEmufqErXbgXUFFUAA",
"offchainId": "1a1e904d-0d95-4e66-85e1-88a57774e910"
},
"solanaTransaction": {
"success": false,
"offchainId": "ee36c656-aa74-4d6a-b23c-332c204cb202",
"status": "SIGNED",
"onchainId": "5nwo7XvhiVRpJasEzH5r3hGKJqaTxd7qVit3cedFJgESdAPrmawebMJu6fUKRfjXEaivuey7vBsW56xPxX76T1bm",
"confirmationsCount": 2,
"serializedMessage": "string",
"errorMessage": "string",
"txnTimestamp": "2025-10-21T16:17:45.035372Z"
}
}