List of all available owners
get
Authorizations
api_keystringRequired
Coin Metrics API key can be specified as ?api_key= query parameter.
Query parameters
prettybooleanOptionalDefault:
Human-readable formatting of JSON responses.
falsepage_sizeinteger · int32 · min: 1 · max: 10000OptionalDefault:
Number of items per single page of results.
The value of this parameter is ignored if the endpoint supports the format parameter and its value is set to json_stream.
100next_page_tokenstringOptional
Token for receiving the results from the next page of a query.
Should not be used directly. To iterate through pages just use next_page_url response field.
Responses
200
List of owners.
application/json
Blockchain metadata owners response.
next_page_tokenstringOptional
Token of the next page results for a given request.
next_page_urlstringOptional
URL of the next page results for a given request.
401
Requested resource requires authorization.
application/json
414
Provided URI is too long. It must not be greater than 10000 symbols.
get/blockchain-metadata/owners
Last updated
Was this helpful?