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

Method bindAgentWallet

js/src/pacifica.js:3039–3046  ·  view source on GitHub ↗
(agentAddress, params = {})

Source from the content-addressed store, hash-verified

3037 return response;
3038 }
3039 async bindAgentWallet(agentAddress, params = {}) {
3040 const operationType = 'bind_agent_wallet';
3041 const sigPayload = {
3042 'agent_wallet': agentAddress,
3043 };
3044 const request = this.postActionRequest(operationType, sigPayload, params);
3045 return await this.privatePostAgentBind(this.extend(request, params));
3046 }
3047 async createApiKey(params = {}) {
3048 const operationType = 'create_api_key';
3049 const sigPayload = {};

Callers

nothing calls this directly

Calls 3

postActionRequestMethod · 0.95
privatePostAgentBindMethod · 0.65
extendMethod · 0.45

Tested by

no test coverage detected