v1

latestOpenAPI 3.0.2Apache 2.02026-07-17189642856.1 KB
Security Master

Security Master Assets

Returns all the assets and their metadata in security master.

get/security-master/assets

Query parameters

assetsstring[]

Comma-separated list of assets to query. Mutually exclusive with codes.

codesstring[]

Comma-separated list of ten-digit alphanumeric identifying codes. Mutually exclusive with assets.

page_sizeinteger

Number of items per single page of results.<br/> The value of this parameter is ignored if the endpoint supports the format parameter and its value is set to json_stream.

paging_from'start' | 'end' PagingFrom

Where does the first page start, at the start of the interval or at the end.<br/> The value of this parameter is ignored if the endpoint supports the format parameter and its value is set to json_stream.

next_page_tokenstring

Token for receiving the results from the next page of a query.<br/> Should not be used directly. To iterate through pages just use next_page_url response field.

prettyboolean

Human-readable formatting of JSON responses.

Response

List of assets and their metadata in security master

next_page_tokenstring

Token of the next page results for a given request.

next_page_urlstring

URL of the next page results for a given request.

Example response

{
  "data": [
    {
      "asset": "btc",
      "code": "C758EA35B0"
    }
  ]
}