Claim an identity
identity_createTurn a wallet address into a permanent Kortex identity and an API token. Free, and grants a small trial credit.
When to use: Call this once, before anything else. You need the returned token for every other call. No account, no email, no human.
Price: Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | A name for your own reference. | |
| wallet | Yes | Your EVM wallet address. This is your permanent identity. | |
| message | Yes | Must contain your wallet address and a timestamp within the last 10 minutes. | |
| signature | Yes | EIP-191 personal_sign of the message field, proving you control the wallet. |