API Reference
Guides

📘

Authentication & Base URLs

The KYBB API uses API keys to authenticate requests.

Merkle Science will provide you with an API key directly.

For any related queries please reach out to [email protected]

The Base URLS to access the Sandbox and Production environments are found below:

Sandbox: https://api.kybb.dev.merklescience.com/

Production: https://api.kybb.app.merklescience.com/

🚧

Header and request Protocol

All API requests must include an X-API-KEY header to authenticate your requests.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail and API requests without authentication will also fail.


❗️

Don't forget!

Your API keys carry many privileges so be sure to keep them secure. Ensure that you don't share your secret API keys in publicly accessible areas such as GitHub and client-side code.