Skip to main content
POST
/
api
/
v1
/
kalshi
/
multivariate
/
event-collection
/
{collection_id}
/
markets
Create market in collection
curl --request POST \
  --url http://gateway.graylayer.tech/api/v1/kalshi/multivariate/event-collection/{collection_id}/markets \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{}

Authorizations

X-API-Key
string
header
required

API key. Request one in #api-key-request on the Graylayer Discord.

Path Parameters

collection_id
string
required

Body

application/json

The body is of type object.

Response

Market created

The response is of type object.