Skip to main content
GET

Token Metadata Service

List all instruments managed by this instrument admin

OpenAPISince 0.5.10Changed 0.6.12
List all instruments managed by this instrument admin.

Protocol Details

Operation IDlistInstruments
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Query parameters

number
default:"25"
OpenAPI type: integer (int32).Number of instruments per page.
string
The nextPageToken received from the response for the previous page.

Outputs

200

application/json
Instrument[]
required
string
The token for the next page of results, to be used as the lastInstrumentId for the next page.

404

application/json
string
required

500

application/json
string
required

History

Changed0.6.12

The GET /registry/metadata/v1/instruments operation changed in this snapshot.

Changed0.6.11

The GET /registry/metadata/v1/instruments operation changed in this snapshot.

Introduced0.5.10