GetPrices

Batch Price
This endpoint is the same as Normal Price But the difference is you can calculate up to 15 pairs of Normal Price in one request.

Task<BaseResponseDto< IEnumerable<GetPriceResponseDto> >> GetPrice (
    IEnumerable<GetPriceRequestDto> request,
    CancellationToken cancellationToken
)