Skip to main content

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

Query Parameters
id
uuid
Optional point identifier.
orgId
uuid
Optional organization identifier. When provided, returns only points belonging to that organization.
symbol
string
Optional point symbol filter.
name
string
Optional point name filter.

Response Example

Response Fields

points
Point[]
Array of points matching the provided filters.
See Create Point for the full Point schema.

Important Notes

Points are used when creating streams that use pointId as the reward source. They are not required for streams that use rewardToken.
You can query by id, orgId, symbol, name, or any combination supported by your integration needs.

Error Handling

Status Code: 500 Internal Server ErrorSolution: Retry the request and contact Turtle if the issue persists.