Skip to main content
GET
/
v1
/
math
/
compare-decimals
Compare Decimals
curl --request GET \
  --url https://api.example.com/v1/math/compare-decimals \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

a
string
required

First decimal number as string

b
string
required

Second decimal number as string

Response

Successful Response