GET
/
v1
/
wallet
curl --request GET \
  --url https://vault-api.stardust.gg/v1/wallet \
  --header 'x-api-key: <api-key>'
{
  "results": [
    {
      "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"
    }
  ],
  "total": 123,
  "start": 123,
  "limit": 123,
  "filter": {}
}

Authorizations

x-api-key
string
headerrequired

Query Parameters

start
integer | null

Position in list

limit
integer | null

Maximum items returned in list

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

Response

200 - application/json
results
object[]
required

The results returned

total
number
required

The total number of items in the filter

start
number
default: 0required

The requested start

limit
number
default: 100required

The requested limit

filter
object
required

The requested filter