Kript API is organized around REST. Our accepts form or JSON encoded request bodies, returns JSON-encoded responses, and uses the standard HTTP response codes, authentication, and verbs.
You can use the Kript API on the sandbox environment, which doesn't affect your live data or interact with the banking networks or mainnet blockchains. The API base URL you use determines whether the request is made to the sandbox or live environment.
ENVIRONMENTS | BASE URL |
---|---|
SANDBOX | https://sandbox.kriptup.io |
LIVE | https://api.kriptup.io |