TransfersAsk AIget https://api.deepnftvalue.com/v1/transfers/{collection_slug}Returns a list of transfers for a specific collection.Path Paramscollection_slugstringrequiredFilter to a specific collection slug.Query ParamslimitintegerNumber of results to return per page. Default: 20. Maximum: 1000.offsetintegerThe initial index from which to return the results. Use in combination with limit to paginate results. Default: 0token_idsstringFilter to specific token ids. Enter a comma separated list of ids.isFlaggedbooleanFilter flagged tokens. If False, exclude tokens flagged for suspicious activity.truefalsestartdate-timeGet transfers after a specific date and time (inclusive).enddate-timeGet transfers until a specific date and time (exclusive).Responses 200 400Bad request 401Unauthorized 404Not FoundUpdated over 2 years ago