POST
/
v1
/
wallet
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>"
}

Authorizations

Authorization
string
headerrequired

Body

application/json
applicationId
string

Response

201 - application/json
id
string
required

The id of the wallet

profileId
string | null
createdAt
string
required

When this wallet was created

lastUsedAt
string | null
required

When this wallet was last used

applicationId
string
required

The id of the parent application