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":"\u003cboolean\u003e","result":"\u003cstring\u003e","from-value":"\u003cstring\u003e","to-type":"\u003cstring\u003e","from-type":"\u003cstring\u003e","result-float":"\u003cnumber\u003e","from-name":"\u003cstring\u003e","from-symbol":"\u003cstring\u003e","to-name":"\u003cstring\u003e","to-symbol":"\u003cstring\u003e"}