GET
/
v1
/
wallet
/
{walletId}
curl --request GET \
  --url https://vault-api.stardust.gg/v1/wallet/{walletId} \
  --header 'x-api-key: <api-key>'
{
  "profileId": "<string>",
  "applicationId": "<string>",
  "lastUsedAt": "2023-11-07T05:31:56Z",
  "addresses": {
    "evm": "<string>",
    "sol": "<string>",
    "sui": "<string>"
  },
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

walletId
string
required

Query Parameters

expand
enum<string>[] | null
Available options:
profile
includeAddresses
enum<string>[] | null
Available options:
evm,
sol,
sui

Response

200 - application/json
profileId
string | null
applicationId
string
required
lastUsedAt
string | null

Deprecated

addresses
object

The field must be requested to be included in the response

id
string
required
createdAt
string
required