http://vm7h454g5hiy2nt3u5o7evtz3vigtypo2mkyausakvdkbmd7wpyhx5qd.onion/docs
The following examples show how you can call the API
with curl API Base URL https://coinos.io/api Auth Token Sign in to view your auth token here,
or get one from the /login endpoint. Save it in a variable called $token to run the examples. export token=<your auth token> POST /register Register a new user account with a username and password curl "https://coinos.io/api/register" -H "content-type: application/json" -d '{
"user": {
"username": "demo",
"password":...