Returns a paginated list of pool events of a token, newest firstAsk AIget https://api.ociswap.com/tokens/{token_identifier}/eventsReturns a paginated list of pool events of a token, newest firstPath Paramstoken_identifierstringrequiredUnique identifier of the token to fetch. This can be either its resource address or its slug.Query ParamscursorintegerDefaults to 0Use this cursor to paginate through the list of items. Provide the next_cursor value from a previous response to retrieve the next set of results.limitinteger≤ 100Defaults to 50Specifies the maximum number of items to be returned per page. Adjust this value to control the number of results shown in each response.typearray of objectsSpecify the event types to be retrieved by listing them as a comma-separated sequence. By default, all event types are returned.typeADD stringResponses 200Successful response 400Error response 404Error response 500Error responseUpdated over 2 years ago