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>"
}
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 response is of type object
.
Was this page helpful?