deprecated
NFT API: Breaking Changes for ‘Retrieve collection transaction history’ and ‘Retrieve recent activities of an address’
almost 2 years ago by Tyrell
[February 23, 2023]
Retrieve collection transaction history
-
Changed
Adjusted the "Retrieve collection transaction history" endpoint to include a newaction
field as an input parameter, while deprecating theevent
field. -
Details
The "Retrieve collection transaction history" endpoint has been updated to provide more specific information about the actions performed during a transaction. To achieve this, we have added a newaction
field as a required input parameter, while deprecating theevent
field.
Retrieve recent activities of an address
- Added a new input parameter
contract_address
, which allows searching based on a contract address. - Removed the
scroll_limit
input parameter.