All requests require an API key via the
X-API-Key header.
See Authentication for details.Overview
GET /v1/streams/points returns the points that belong to the organization associated with the API key.
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 point symbol filter.
Optional point name filter.
Response Example
Response Fields
Array of points owned by the calling organization.
Point schema.
Important Notes
All point queries are organization-scoped
All point queries are organization-scoped
This endpoint only returns points belonging to the organization associated with the API key.
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, symbol, name, or any combination supported by your integration needs.Error Handling
Missing or invalid API key
Missing or invalid API key
Status Code: 401 UnauthorizedSolution: Pass a valid
X-API-Key header belonging to an organization-scoped API key.Unexpected internal error
Unexpected internal error
Status Code: 500 Internal Server ErrorSolution: Retry the request and contact Turtle if the issue persists.

