Welcome to COINMANIA API documentation

URL

https://coinmania.exchange/api/v2/

You can use HTTP GET or POST methods to call API functions.  

Each api function returns the exact same JSON structure:

{
"Message": "string",    
"Data": "null or object",
"ErrorCode": 0
}

Message contains brief information about API response.

If function returns data, it will be returned in Data variable.
If function does not return any data, Data variable will be null.

When everything is OK, ErrorCode will be 0.
If something went wrong, ErrorCode will contain number other than 0 and Message will contain the explanation of what went wrong.