bind_key_complete
Step 2 of binding the API key you are calling with to a wallet: pass the wallet's signature over the message from bind_key_start. Use it right after bind_key_start, with the same key. Not for the first step (use bind_key_start) and not for agent claims (use claim_agent_complete). Returns JSON: bound, door (now wallet-bound), key_prefix, bound_address, fences (the limits) with doorways (the path past each), terms, skill. Idempotent for the same wallet. Needs your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet's 0x address | |
| signature | Yes | personal_sign signature of the message from bind_key_start |