Instruments API
warning
The Silhouette REST API v1 spec is in beta and may change as RFQ workflows evolve.
Public instrument metadata.
Operations
| Endpoint | Operation ID | Summary | Auth |
|---|---|---|---|
GET /v1/rfq/instruments | listInstruments | List supported instruments. | None |
List supported instruments
GET /v1/rfq/instruments
| Field | Value |
|---|---|
| Operation ID | listInstruments |
| Authentication | None |
Returns the instruments currently tradable through Silhouette, sorted by instrumentId
ascending.
Parameters
None.
Request body
None.
Responses
| Status | Description | Schema |
|---|---|---|
200 | Supported instruments. | ListInstrumentsResponse |
500 | Internal server error. | ErrorResponse |