PAPI

List Credentials

GET
/account/credentials
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/account/credentials"
{
  "exchanges": {
    "kalshi": {
      "configured": true
    },
    "polymarket": {
      "configured": true,
      "wallet_address": "string"
    }
  }
}
Empty