sdk_relay/docs/QUICK_REFERENCE.md
2025-08-25 15:31:34 +02:00

32 lines
547 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Référence Rapide - sdk_relay
## Endpoints clés
- WS: `ws://host:8090`
- HTTP: `http://host:8091`
- Health: `GET /health`
- Métriques: `GET /metrics`
## Messages WS
- handshake → handshake_response
- ping → pong
- subscribe/unsubscribe
- notifications: payment_detected, block_mined
## Sync
- Types: StateSync, HealthSync, MetricsSync
- Forcer: `POST /sync/force`
## Logs
- Niveau: `RUST_LOG=debug`
- Fichiers: selon loutil de lancement
## Dépannage rapide
- Ports 8090/8091 ouverts
- Bitcoin Core RPC OK
- Blindbit HTTP OK