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

Method createApiKey

js/src/pacifica.js:3047–3052  ·  view source on GitHub ↗
(params = {})

Source from the content-addressed store, hash-verified

3045 return await this.privatePostAgentBind(this.extend(request, params));
3046 }
3047 async createApiKey(params = {}) {
3048 const operationType = 'create_api_key';
3049 const sigPayload = {};
3050 const request = this.postActionRequest(operationType, sigPayload, params);
3051 return await this.privatePostAccountApiKeysCreate(this.extend(request, params));
3052 }
3053 async revokeApiKey(apiKey, params = {}) {
3054 const operationType = 'revoke_api_key';
3055 const sigPayload = {

Callers

nothing calls this directly

Calls 3

postActionRequestMethod · 0.95
extendMethod · 0.45

Tested by

no test coverage detected