curl --request PUT \
--url https://vault-api.stardust.gg/v1/profile/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>"
}
'{
"id": "<string>",
"rootUserId": "<string>",
"applicationId": "<string>",
"createdAt": "2024-04-04T17:14:46.042Z",
"name": "<string>",
"wallets": [
{
"applicationId": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"profileId": "<string>",
"lastUsedAt": "2023-11-07T05:31:56Z",
"addresses": {
"evm": "<string>",
"sol": "<string>",
"sui": "<string>"
}
}
],
"identifiers": [
{
"rootUserId": "<string>",
"profileId": "<string>",
"service": "<string>",
"value": "<string>",
"createdAt": "2024-04-04T17:14:46.041Z",
"type": "custom",
"id": "<string>"
}
]
}curl --request PUT \
--url https://vault-api.stardust.gg/v1/profile/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>"
}
'{
"id": "<string>",
"rootUserId": "<string>",
"applicationId": "<string>",
"createdAt": "2024-04-04T17:14:46.042Z",
"name": "<string>",
"wallets": [
{
"applicationId": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"profileId": "<string>",
"lastUsedAt": "2023-11-07T05:31:56Z",
"addresses": {
"evm": "<string>",
"sol": "<string>",
"sui": "<string>"
}
}
],
"identifiers": [
{
"rootUserId": "<string>",
"profileId": "<string>",
"service": "<string>",
"value": "<string>",
"createdAt": "2024-04-04T17:14:46.041Z",
"type": "custom",
"id": "<string>"
}
]
}x >= 0This field is expandable
Show child attributes
Deprecated
This field is expandable
Show child attributes
x >= 0custom, external-wallet Was this page helpful?