December 4, 2023
Changed
Some API signatures to adapt frontend libraries issues relating with GET with bodies requests.
GET:/ronin/nfts
toPOST:/ronin/nfts/ids
: Get multiple NFTsGET:/ronin/nfts/summaries
toPOST:/ronin/nfts/summaries/ids
: Get summary for multiple NFTsGET:/ronin/tokens
toPOST:/ronin/tokens/ids
: Get multiple tokens
In the meantime, we still keep old APIs functional, but clients should switch to new APIs soon as we will remove those in early 2024.