Generally, we provide api key for each wallet you create. The api keys, are to be kept secret. If for any reason you believe your api key has been compromised or you wish to reset them, you can do so from the dashboard.

Secure your api keys
Do not commit your api keys to git, or use them in client-side code.

Request headers should be in the following format:
x-api-key: WALLET_API_KEY

Sample Request Header
x-api-key: Ysz1aUX52Slt8sEXXrLBaQXjxtdT

API requests made without authentication will fail with the status code
401:Unauthorized . All API requests must be made over HTTPS.

Secure your requests
Do not set VERIFY_PEER to FALSE. Ensure your server verifies the SSL connection to Blockradar.