Stytch · Schema

api_session_v1_CryptoWalletFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
crypto_wallet_id string
crypto_wallet_address string
crypto_wallet_type string
View JSON Schema on GitHub

JSON Schema

stytch-api-session-v1-cryptowalletfactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_session_v1_CryptoWalletFactor",
  "title": "api_session_v1_CryptoWalletFactor",
  "type": "object",
  "properties": {
    "crypto_wallet_id": {
      "type": "string"
    },
    "crypto_wallet_address": {
      "type": "string"
    },
    "crypto_wallet_type": {
      "type": "string"
    }
  },
  "required": [
    "crypto_wallet_id",
    "crypto_wallet_address",
    "crypto_wallet_type"
  ]
}