Get Transfers by wallet fails with format=hex

Hello !

I use the following route of Moralis API :
https://deep-index.moralis.io/api/v2/{address}/nft/transfers

When using the format query params with value hex, I always receive a 500 error, it should work according to the documentation (cf https://docs.moralis.io/reference/getwalletnfttransfers).

1 Like

can you give example of exact parameters for when it doesn’t work?

I tested now and it worked for me

Hello !

https://deep-index.moralis.io/api/v2/0x69f34c600f58e833688c595929dda89a859e9863/nft/transfers?format=decimal -> works fine

https://deep-index.moralis.io/api/v2/0x69f34c600f58e833688c595929dda89a859e9863/nft/transfers?format=hex -> 500 error

thanks, we will have to check