Skip to content

Converting a Number to Text

Converts a numeric value into its text representation in Russian. Supports formatting monetary amounts with rubles and kopecks.

URL

Method: GET

  • Production: https://registry.wallet.kvell.group/reg2/help/amount-to-text

Request parameters

Name Type Required Description
amount number Yes Number to convert
money boolean No Add rubles and kopecks

Request example

GET https://registry.wallet.kvell.group/reg2/help/amount-to-text?amount=12345.11&money=true

Request headers

Name Type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Response example

{
  "value": "двенадцать тысяч триста сорок пять рублей 11 копеек"
}

Response parameters

Name Type Description
value string Resulting value (in Russian, as this endpoint converts numbers to Russian text)