MCPcopy Create free account
hub / github.com/ccxt/ccxt / create_api_key

Method create_api_key

python/ccxt/async_support/pacifica.py:2918–2922  ·  view source on GitHub ↗
(self, params={})

Source from the content-addressed store, hash-verified

2916 return await self.privatePostAgentBind(self.extend(request, params))
2917
2918 async def create_api_key(self, params={}):
2919 operationType = 'create_api_key'
2920 sigPayload = {}
2921 request = self.post_action_request(operationType, sigPayload, params)
2922 return await self.privatePostAccountApiKeysCreate(self.extend(request, params))
2923
2924 async def revoke_api_key(self, apiKey: str, params={}):
2925 operationType = 'revoke_api_key'

Callers

nothing calls this directly

Calls 3

post_action_requestMethod · 0.95
extendMethod · 0.45

Tested by

no test coverage detected