Apis related to Validation.
Interu API (v2_28)
- Mock serverhttps://developer.interu.io/_mock/reference/api/common/base-units
- UAThttps://api.uat.interu.io/common/base-units
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/common/base-units?name=string&symbol=string&type=VOLUME' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
[ { "id": "string", "name": "string", "symbol": "string", "precision": 0, "type": "VOLUME" } ]
- Mock serverhttps://developer.interu.io/_mock/reference/api/common/base-units/{unitId}
- UAThttps://api.uat.interu.io/common/base-units/{unitId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/common/base-units/{unitId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
{ "id": "string", "name": "string", "symbol": "string", "precision": 0, "type": "VOLUME" }