Claim an identity
identity_createTurn a wallet address into a permanent Vortex identity and an API token. Free, and grants a small trial credit. No signup, no email, no human.
When to use: Call this once, before anything else. You need the returned token for every other call.
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. |