Authentication Methods:
API key or Access Token(JWT), if the request is for some specific user.
Authorization:
Reference for API requests can be taken from Wagefi API Reference
Security Best Practices:
- All the APIs are only available via HTTPS.
- We validate the input data and return appropriate responses.
- Our error responses are generic and don't leak any sensitive information and still provide insight to users what’s their mistake while making the request.
- We properly log the API requests and constantly monitor the logs.
- We deploy the patch as soon as we encounter vulnerabilities in our APIs and all the dependencies are updated as soon as we receive updates and we review the changes.
- We regularly conduct security testing for our API.