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>", "profileId": "<string>", "createdAt": "<string>", "lastUsedAt": "<string>", "applicationId": "<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?