Key holders of an art market

All Key holders for an art market

GET https://api.1155.tech/public/api/v1/art-market/key-holders

This is a paginated API and accepts skip and limit as part of the query-string.

Query Parameters

Name
Type
Description

marketId*

Number

Numeric marketId of an art market goes here. For e.g. 13

skip

Number

Number of results to skip before returning items. Used to define pagination in your request.

limit

Number

Number of items to return per page e.g. 10

Take a look at how you might want to pass on the API KEY via HTTP or curl

curl --location --request GET 'https://api.1155.tech/public/api/v1/art-market/key-holders?marketId=1' \
--header 'API_KEY: YOUR_API_KEY_HERE' \
--data-raw ''

Last updated

Was this helpful?