cURL
curl --request POST \ --url https://vault-api.stardust.gg/v1/wallet \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "applicationId": "<string>" } '
{ "id": "<string>", "createdAt": "<string>", "lastUsedAt": "<string>", "applicationId": "<string>", "profileId": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.stardust.gg/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stardust.gg/llms.txt
Use this file to discover all available pages before exploring further.
The id of the wallet
When this wallet was created
When this wallet was last used
The id of the parent application
Was this page helpful?