Completes the wallet import process by submitting the HPKE-encrypted wallet entropy.
This endpoint receives the encrypted entropy (either HD seed or private key) that was encrypted using the public key obtained from the /v1/wallets/import/begin endpoint.
POST /v1/wallets/import
A successful response returns a Wallet object with is_imported set to true.
Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.
Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the public_token.
Authorization: Bearer {api_key}curl \
-X GET https://api.moonkey.fun/v1/auth/users/user_24wFP9pDa9YiMJLun94iKykoZs2 \
-H "Authorization: Bearer sk_test_pRqweh3wvWmJAAVYv7Z0T5iPLzFM4ql0muoyQcjOxGeN3p1r"Import Wallet response
Unique wallet ID.
App ID the wallet belongs to.
User ID the wallet belongs to.
Public address of the imported wallet.
Blockchain type of the wallet.
Whether the wallet is verified.
Whether this is the default wallet for the user.
Whether the wallet is read-only.
Whether the wallet was imported. Always true for imported wallets.
Whether the wallet is delegated.
Unix timestamp of last update.
Unix timestamp of creation.
Client type of the wallet, if applicable.
Wallet private key ID.
Account derivation index for HD-derived wallets. Returns the index used during wallet generation or import, null if the wallet was created from a private key.