Authentication (API Keys)
Secure your API requests with API keys and optional bearer tokens.
curl -X GET https://api.monei.cc/api/v1/wallet/me -H "X-API-KEY: your_api_key_here"
{
"message": "Unauthorized",
"error": "Unauthorized",
"statusCode": 401
}Last updated

