Overview
GET /v2/streams/points returns points. This is a public endpoint — no API key is required.
Use orgId to narrow results to a specific organization. This endpoint is useful when your integration supports point-based streams and needs to list the point assets available for stream creation or reporting.
If your organization only creates token-based streams with rewardToken, you do not need to call this endpoint.
Endpoint
Optional point identifier.
Optional organization identifier. When provided, returns only points belonging to that organization.
Optional point symbol filter.
Optional point name filter.
Response Example
Response Fields
Array of points matching the provided filters.
Point schema.
Important Notes
Points are only relevant for point-based streams
Points are only relevant for point-based streams
Points are used when creating streams that use
pointId as the reward source. They are not required for streams that use rewardToken.Filters are optional and combinable
Filters are optional and combinable
You can query by
id, orgId, symbol, name, or any combination supported by your integration needs.Error Handling
Unexpected internal error
Unexpected internal error
Status Code: 500 Internal Server ErrorSolution: Retry the request and contact Turtle if the issue persists.

