Copy Page
LedgerFlow
Register new account
POST
Health Check
GET
Get account by username
GET
Get account by email
GET
Get account by telegram ID
GET
Create new order
POST
Get order by ID
GET
Get account balance
GET
List pending orders
GET
Schemas
RegisterAccountRequest
AccountResponse
HealthResponse
CreateOrderRequest
CreateOrderResponse
OrderResponse
BalanceResponse
AdminOrdersResponse
Health Check
Developing
Copy Page
GET
/health
Try it
Run in Apifox
Run in Apifox
Request
None
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/health'
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
Example
{
"status"
:
"string"
,
"timestamp"
:
0
,
"service"
:
"string"
}
Modified atÂ
2025-07-10 07:50:11
Previous
Register new account
Next
Get account by username