Retrieve the requested authorization, if possible
Authorizations
Parameters
Path Parameters
A UUID newtype
Unique identifier of the authorization
Query Parameters
Implementation-dependent portfolio mode
Responses
200
A full description of an authorization
An AuthRecord combines all the information needed to define an authorization:
- Who owns it (bidder_id)
- What it trades (portfolio)
- How it can be traded (data)
- The current accumulated trade (trade)
object
A unique id for the auth
The responsible bidder’s id
The constraint data for the authorization
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 amount of cumulative trade associated to this authorization, as-of the request time
The “last-modified-or-created” time as recorded by the system