Basic Fiat Operations
Withdrawal fee
Request Body
Name
Type
Description
{
"value": "0.1" //decimal fee value
}{
code: 0
description: "Asset not supported"
}Supported fiat assets
//In response, you'll get an Array of all assets with their ticker , name, price, and blockchain network:
[
{
"name": "Ukrainian hryvnia",
"ticker": "UAH",
"price": {
"value": "40.21",
"ticker": "USD"
}
}
{
"name": "Kazakhstan Tenhe",
"ticker": "KZT",
"price": {
"value": "1640.21",
"ticker": "USD"
}
}
]Send fiat (single tx)
Request Body
Name
Type
Description
Send fiat assets as batch (no amount limits)
Request Body
Name
Type
Description
Check details of fiat batch withdrawal and tx's status
Path Parameters
Name
Type
Description
Check details of fiat withdrawal and tx's status
Path Parameters
Name
Type
Description
Last updated
