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" }
Show child attributes
The response is of type object.
object
Was this page helpful?