Calculate multiple token conversions

This endpoint returns the calculated conversion amounts for the given array of calculation objects.

Securitytilia_auth
Request
Request Body schema: application/json
required
Array of objects (TokenCalculateRequest)
Responses
200

The token calculate response.

400

Invalid request.

401

Unauthorized access.

500

Service unavailable or server error.

post/v2/token/calculate
Request samples
application/json
{
  • "conversions": [
    ]
}
Response samples
application/json
{
  • "conversions": [
    ]
}