improved
v2.1-v2.2 Changelog
12 months ago by Yejin Kelly Joo
v2.2 is released.
on 2023.11.02.
What's Changed
NFT Transfer History Endpoint Update
We have updated the /nft/holder/{holderHash}/transfers
, /nft/transaction/{transactionHash}/transfers
, and /nft/contract/{contractHash}/transfers
endpoints. Previously, they returned both NFT and FT transfer history. Now, these endpoints exclusively provide NFT transfer history for a more focused and relevant data experience.
Enhanced API Error Reference for 422 Status
We have now added documentation for the 422 error status. While this error status existed previously, it was not documented until now. This documentation provides clear information and guidance for handling the 422 status error in your API interactions.
Check out the API Error Reference page for details.