Get models that exist on Modelz with optional graduation filter.This endpoint bridges Gatewayz with Modelz by fetching model token data from the Modelz API and applying the same filters as the original Modelz API.Query Parameters:
is_graduated: Filter for graduated models
true: Only graduated/singularity models
false: Only non-graduated models
null: All models (default)
Returns:
List of models with their token data from Modelz
Includes model IDs, graduation status, and other metadata
Request
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/modelz/models?is_graduated'