POST
/
v1
/
profile
/
identifier
/
external-wallet
/
sui
curl --request POST \
  --url https://vault-api.stardust.gg/v1/profile/identifier/external-wallet/sui \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "profileId": "<string>",
  "value": "<string>"
}'
{
  "rootUserId": "<string>",
  "profileId": "<string>",
  "service": "<string>",
  "value": "<string>",
  "createdAt": 1,
  "type": "custom",
  "id": "<string>"
}

Authorizations

x-api-key
string
headerrequired

Body

application/json
profileId
string
value
string
required

Response

201 - application/json
rootUserId
string
required
profileId
string
required
service
string
required
value
string
required
createdAt
integer
default: 2024-04-04T17:14:46.041Zrequired
type
enum<string>
required
Available options:
custom,
external-wallet
id
string
required