# Social verification

Social verification APIs (reference-only).

`client.social_verification` contains protocol wrappers for `start`, `mark_ready`, and `get`.

```rust
let state = client.social_verification.get("twitter").await?;
println!("{}", state.raw);
```

These are interactive identity/session flows and are not supported for normal API-key API-key trading credentials. Correctly configured environments may return an auth error; use the Polyester app or TypeScript session client.

The wrappers remain for protocol coverage and return forward-compatible `ApiData`. Do not make trading startup depend on them, and do not interpret an unavailable social route as a trading-auth failure.
