# Get status of a wallet Get status of a wallet associated with a server generated secret. The secret is provided to the client at wallet create time. Endpoint: GET /user/wallet/launch Version: 1.0.0 ## Header parameters: - `x-api-key` (string, required) The server generated secret required to authorize the request. This value should be the same one used returned in the POST response when the wallet was created. Example: "user-provided-secret" ## Response 200 fields (application/json): - `secret` (string) A secret created by the server and provided to the client only at initial wallet creation Example: "server-generated-secret" - `state` (string) Indicates custody state of the wallet (CUSTODY or SELF_CUSTODY) Example: "SELF_CUSTODY" - `status` (string) Indicates status of the onboarding process Example: "COMPLETE" - `addresses` (object) Blockchain addresses associated with the wallet - `addresses.SYMBOL` (string) Blockchain address associated with symbol Example: "blockchain-address" ## Response 403 fields ## Response 404 fields ## Response 429 fields