Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" }
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?