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 | string |
Request returns URL for loading Kriptoramp widget with
uuid
parameterPOST https://api.kriptomat.io/widget/init
{
"token": "6a7d2e91d4cff64939450c74001da4f24fbabd2abae8b2fc1c79a561da9de14a",
}
{
"status": "true",
"data":
{
"url": "https://widget.kriptomat.io/?uuid=c472856c-d248-4e53-ae49-1d2f088cb732",
}
}
Last modified 5mo ago