Paperclip seems to have a bug where its overwriting the return types in the different services (NFT, FT, Native) as they are the same name: HistoryResponse. The reason why NFT response type is showing for FT as well as Native History endpoints was because NFT was the last registered service.
I changed the names to unique names now corresponding to their services e.g In FT service HistoryResponse -> FtHistoryResponse
Paperclip seems to have a bug where its overwriting the return types in the different services (NFT, FT, Native) as they are the same name:
HistoryResponse
. The reason why NFT response type is showing for FT as well as Native History endpoints was because NFT was the last registered service.I changed the names to unique names now corresponding to their services e.g In FT service
HistoryResponse
->FtHistoryResponse