Skip to main content
Base URL: https://api.lurk.sys/v1

Authentication

The Lurk API uses Bearer Authentication. You must include your API key in the Authorization header of every request. Your API keys carry many privileges, including the ability to execute trades if enabled. Do not share your secret keys.
curl -X GET "[https://api.lurk.sys/v1/scan_markets](https://api.lurk.sys/v1/scan_markets)" \
  -H "Authorization: Bearer sk_live_51..." \
  -H "Content-Type: application/json"