cURL
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>" }
Creates or replaces an encrypted venue API key for the authenticated user.
Body
kalshi
Show child attributes
200
polymarket