COINMANIA API
Welcome to COINMANIA API documentation
Welcome to COINMANIA API documentation
Sand box url
Sand box url
https://sandbox.coinmania.exchange/api/v1/
Production url
Production url
https://coinmania.exchange/api/v1/
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
}
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.
Authentication
Authentication
The current version of the API uses authentication by API key. You can manage your API keys on https://coinmania.ge/profile/api/keys/ page.