Convert
GET {{baseUrl}}/convert?from-value=<string>&from-type=<string>&to-type=<string>
A currency and unit conversion tool
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from-value | string | (Required) The value to convert from (e.g. 10.95) | |
from-type | string | (Required) The type of the value to convert from (e.g. USD) | |
to-type | string | (Required) The type to convert to (e.g. EUR) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"valid":true,"result":"magna anim","from-value":"deserunt sunt sit in","to-type":"ea in irure","from-type":"quis Duis","result-float":12062696.312663406}