Initialise Widget

To initialize KriptoRamp widget first you need to make request to following URL:
https://api.kriptomat.io/widget/init
Content-Type should be set to "application/json"
Following parameter is required:
Paramater
Description
Data format
token
token you get in email after completing registration
string
For optional parameters check widget configuration
Request returns URL for loading Kriptoramp widget with uuid parameter

Basic request example:

POST https://api.kriptomat.io/widget/init
{
"token": "6a7d2e91d4cff64939450c74001da4f24fbabd2abae8b2fc1c79a561da9de14a",
}

Response Example

{
"status": "true",
"data":
{
"url": "https://widget.kriptomat.io/?uuid=c472856c-d248-4e53-ae49-1d2f088cb732",
}
}