GET
/trades
Returns all the existing trades for different products that the AP is authorized to view.
/transactions/{id}
Returns transactions for a specific trade identified by its id that the AP is authorized to view
/users
Returns a list of Authorized Participant users and the firms they are associated to. Only an admin will have access to view this data.
PUT
Modifies a trade transaction for a specific product that the API is authorized to.
POST
/transactions
Creates a trade transaction for a specific product that the API is authorized to.
DELETE
Deletes a trade transaction for a specific product that the API is authorized to.
/funds
Returns all the product identifiers the AP is authorized to view and trade on.