first init

This commit is contained in:
2026-08-14 00:13:56 +05:00
commit 7ae997f99e
14 changed files with 6310 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# OVE public API
Canonical human documentation: https://docs.ove.rs/
Messenger OpenAPI: https://docs.ove.rs/openapi/messenger.json
Crypto Gateway OpenAPI: https://docs.ove.rs/openapi/gateway.json
Donation Service OpenAPI: https://docs.ove.rs/openapi/donations.json
Public services:
- Messenger: https://ms.ove.rs
- Crypto Gateway: https://cr.ove.rs
- Donation Service: https://do.ove.rs
Messenger uses Bearer tokens for users and bots. Crypto Gateway merchant API
uses request-specific HMAC-SHA256 signatures. Gateway operator API uses a
Bearer admin token. Amounts in Crypto Gateway are decimal strings in atomic
units.