PAPI

Save Credentials

PUT
/account/credentials/{exchange}
AuthorizationBearer <token>

In: header

Path Parameters

exchange*string

Exchange name (polymarket or kalshi)

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*unknown

Response Body

application/json

curl -X PUT "https://loading/account/credentials/string"
{
  "message": "string"
}
Empty
Empty