Ismynt Webservice

Ismynt offers the a webservice where the more technical customers can connect through a simple REST API interface. There you can send in requestst to the orderbooks, create orders og view your deposits and more. This can be utilized even to write your own automatic trading bot.

API Keys

To use the webservice you need to use a so called API key, these keys are created on the page "webservice" under settings on the left menu. There you can create new keys or deactivate keys. Keep your keys safe as they hold access to your wallet, and be sure to deactivate any key that have went missing or you think might have been exposed to others.

When requests are sent to the REST API, there needs to be a key in the request header, the header needs to be named "IsMyntApiAuth" and have the API key you created for your account as its value.

See more: Settings-Webservice

Open API

We have documented our webservice using Swagger, which follows the OpenAPI standards. OpenAPI is an open standard for the description of webservices that can be used to automatically generate clients in languages such as python, typescript, C# and others.

See more: SwaggerUI