087dcf516ce2
Create the account and onboarding session
Mints or reuses the user's URID, provisions the UR-managed wallet, and opens an onboarding session. This is the first step of both Managed Custody KYC paths: the SDK path starts in state ConfirmYourCountryOfResidence and the shared-token path starts in state PartnerDataIngestion. Repeated calls with the same X-External-User-Id while a session is active return the existing session with idempotentReplay set to true.
Headers
Your partner-side user id. This endpoint identifies the user by X-External-User-Id only; there is no X-Ur-Id yet.
Partner Auth EIP-191 signature over the canonical message plus the deadline.
Unix timestamp in seconds after which the signature is no longer valid.
Partner public key used to verify the signature.
Request body
Response
Business result envelope. code 0 means success; business rejections return HTTP 200 with a non-zero code.