Stytch · Schema
api_crypto_wallet_v1_SIWEParamsResponse
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The domain that requested the crypto wallet signature. |
| uri | string | An RFC 3986 URI referring to the resource that is the subject of the signing. |
| chain_id | string | The EIP-155 Chain ID to which the session is bound. |
| resources | array | A list of information or references to information the user wishes to have resolved as part of authentication. Every resource must be an RFC 3986 URI. |
| status_code | integer | |
| issued_at | string | The time when the message was generated. All timestamps in our API conform to the RFC 3339 standard and are expressed in UTC, e.g. `2021-12-29T12:33:09Z`. |
| message_request_id | string | A system-specific identifier that may be used to uniquely refer to the sign-in request. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/api_crypto_wallet_v1_SIWEParamsResponse",
"title": "api_crypto_wallet_v1_SIWEParamsResponse",
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain that requested the crypto wallet signature."
},
"uri": {
"type": "string",
"description": "An RFC 3986 URI referring to the resource that is the subject of the signing."
},
"chain_id": {
"type": "string",
"description": "The EIP-155 Chain ID to which the session is bound."
},
"resources": {
"type": "array",
"items": {
"type": "string"
},
"description": " A list of information or references to information the user wishes to have resolved as part of authentication. Every resource must be an RFC 3986 URI."
},
"status_code": {
"type": "integer",
"format": "int32"
},
"issued_at": {
"type": "string",
"description": "The time when the message was generated. All timestamps in our API conform to the RFC 3339 standard and are expressed in UTC, e.g. `2021-12-29T12:33:09Z`."
},
"message_request_id": {
"type": "string",
"description": "A system-specific identifier that may be used to uniquely refer to the sign-in request."
}
},
"required": [
"domain",
"uri",
"chain_id",
"resources",
"status_code"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stytch-api-crypto-wallet-v1-siweparamsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.