Query for any matching results
Authorizations
Parameters
Path Parameters
A UUID newtype
Unique identifier of the authorization
Query Parameters
The upper bound (exclusive) for the datetime range
The lower bound (inclusive) for the datetime range
Responses
200
The paginated response to a datetime query
This structure provides a standard format for returning time-based paginated results, including both the results and pagination metadata for retrieving the next page.
object
Optional pagination metadata for retrieving the next page of results. If present, indicates there are more results available.
object
The lower bound (inclusive) for the datetime range
The upper bound (exclusive) for the datetime range
The collection of results matching the query
A record of the authorization’s data at the time it was updated or defined
This provides historical versioning of auth constraints, allowing the system to track changes to auth parameters over time.
object
The authorization constraints, or None if the auth was deactivated
object
The fastest rate at which the portfolio may buy (non-negative)
A maximum amount of trade to preserve (always enforced against the authorization’s contemporaneous amount of trade)
The fastest rate at which the portfolio may sell (non-positive)
A minimum amount of trade to preserve (always enforced against the authorization’s contemporaneous amount of trade)
The timestamp when this version was created