Convert

GET {{baseUrl}}/convert?from-value=<string>&from-type=<string>&to-type=<string>

A currency and unit conversion tool

Request Params

KeyDatatypeRequiredDescription
from-valuestring(Required) The value to convert from (e.g. 10.95)
from-typestring(Required) The type of the value to convert from (e.g. USD)
to-typestring(Required) The type to convert to (e.g. EUR)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;valid&quot;:&quot;\u003cboolean\u003e&quot;,&quot;result&quot;:&quot;\u003cstring\u003e&quot;,&quot;from-value&quot;:&quot;\u003cstring\u003e&quot;,&quot;to-type&quot;:&quot;\u003cstring\u003e&quot;,&quot;from-type&quot;:&quot;\u003cstring\u003e&quot;,&quot;result-float&quot;:&quot;\u003cnumber\u003e&quot;,&quot;from-name&quot;:&quot;\u003cstring\u003e&quot;,&quot;from-symbol&quot;:&quot;\u003cstring\u003e&quot;,&quot;to-name&quot;:&quot;\u003cstring\u003e&quot;,&quot;to-symbol&quot;:&quot;\u003cstring\u003e&quot;}