Skip to main content
PUT
/
venue-keys
Upsert venue API key
curl --request PUT \
  --url https://api.example.com/venue-keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "venue": "kalshi",
  "credentials": {
    "keyId": "<string>",
    "privateKey": "<string>"
  }
}
'
{
  "venue": "kalshi",
  "updatedAt": "<string>"
}

Body

application/json

Body

venue
enum<string>
required
Available options:
kalshi
credentials
object
required

Response

200 - application/json

200

venue
enum<string>
required
Available options:
kalshi,
polymarket
updatedAt
string
required