Skip to main content

Authentication

All requests to the Chipdeals API must be authenticated via an API key. Include your API key in every request you send to the API.

Requests made without authentication will fail with status code 401:UNAUTHORIZED. All requests must be made over HTTPS.

Secure your secret key
When using a widget we strongly recommend using the public key. Do not use your private key in client-side code.

Example of an authenticated request

GET https://apis.chipdeals.me/momo/balance?apikey=test_FOdigzgSopV8GZggZa89 HTTP/1.1