cURL
curl --request GET \ --url https://vault-api.stardust.gg/v1/wallet \ --header 'x-api-key: <api-key>'
{ "results": [ { "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>" } } ], "total": 123, "start": 0, "limit": 100, "filter": {} }
Fetch a paginated list of wallet records by filters
Position in list
0 <= x <= 2147483647
Maximum items returned in list
10 <= x <= 100
profile
evm
sol
sui
The results returned
Show child attributes
Deprecated
The field must be requested to be included in the response
The total number of items in the filter
The requested start
The requested limit
The requested filter
Was this page helpful?