docs(embedded-wallets): add guide for self-custodial wallets#391
Open
docs(embedded-wallets): add guide for self-custodial wallets#391
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Base automatically changed from
04-23-feat_openapi_add_type_discriminator_to_internalaccount
to
main
April 23, 2026 23:59
0f3814e to
3012d86
Compare
3012d86 to
c3e218a
Compare
c3e218a to
6aa7c0a
Compare
1ef9d38 to
af55e71
Compare
af55e71 to
ebd359e
Compare
ebd359e to
21f0373
Compare
21f0373 to
bc12ffc
Compare
bc12ffc to
3f56049
Compare
3f56049 to
ef933fe
Compare
ef933fe to
18968af
Compare
18968af to
858099c
Compare
858099c to
781742f
Compare
053b669 to
984e9f0
Compare
984e9f0 to
26ef0af
Compare
26ef0af to
db3fe46
Compare
db3fe46 to
e2969c5
Compare
e2969c5 to
0f8b3e6
Compare
45cd2b1 to
d7b12f4
Compare
d7b12f4 to
8dbc8bb
Compare
5285ed2 to
e4617af
Compare
e4617af to
ef5d976
Compare
ef5d976 to
c785411
Compare
c785411 to
936e094
Compare
Add a new Embedded Wallets guide section under both Payouts & B2B and Global P2P tabs. Covers the 4-party architecture (client / integrator backend / Grid / Turnkey), the end-to-end quickstart from finding the auto-provisioned wallet through a signed withdrawal, P-256 client key management and HPKE session-key decryption on Web / iOS / Android, the three auth credential types (passkey, OAuth/OIDC, email OTP), the two-step signed-retry pattern for credential / session management and wallet export. Relies on the InternalAccount.type discriminator added in the parent PR to filter for Embedded Wallets via GET /internal-accounts?type=EMBEDDED_WALLET.
936e094 to
09f47a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add a new Embedded Wallets guide section under both Payouts & B2B and
Global P2P tabs. Covers the 4-party architecture (client / integrator
backend / Grid / Turnkey), the end-to-end quickstart from finding the
auto-provisioned wallet through a signed withdrawal, P-256 client key
management and HPKE session-key decryption on Web / iOS / Android, the
three auth credential types (passkey, OAuth/OIDC, email OTP), the
two-step signed-retry pattern for credential / session management and
wallet export.
Relies on the InternalAccount.type discriminator added in the parent
PR to filter for Embedded Wallets via
GET /internal-accounts?type=EMBEDDED_WALLET.