This endpoint returns the calculated conversion amounts for the given array of calculation objects.
Array of objects (TokenCalculateRequest)   | 
The token calculate response.
Invalid request.
Unauthorized access.
Service unavailable or server error.
{- "conversions": [
- {
- "amount": 123,
 - "source": "SYM",
 - "target": "USD"
 
} 
] 
}{- "conversions": [
- {
- "symbol": "USD",
 - "amount": 100,
 - "display_amount": "1.00 USD"
 
} 
] 
}