Список принимаемых валют
HTTP Request
Схема ответа
Параметр
Тип поля
Описание
Пример ответа
curl --location "https://alfabit.org/api/v1/cashe/currencies-test/"[
{
"code": "TestCurrency",
"currency_type": "FIAT",
"bestchange_code": "TEST",
"position_num_left": 1,
"re": "^(7|38|77)\(?([0-9]{3})\)?[-.•]?([0-9]{3})[-.•]?([0-9]{4})$",
"exemple": "79123456789"
},
{
"code": "TestCurrency",
"currency_type": "FIAT",
"bestchange_code": "TEST",
"position_num_left": 2,
"re": "^\d{16}$",
"exemple": "4444333322221111"
},
...
]Last updated