spraay_kyc_status
Retrieve KYC verification status by record ID or Ethereum address. Returns verification level, check results, and expiry information.
Instructions
Check KYC verification status by record ID or wallet address. Returns verification level, check results, and expiry. Data persists in Supabase. Costs $0.005 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | KYC record ID (e.g. 'kyc_abc123') | |
| address | No | Ethereum address for lookup (alternative to ID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |