Skip to content

Wallet API

The wallet API uses JSON-RPC requests and is split into two separate blocks of functionality:

  • Owner API V2

    • URL: localhost:3420/v2/owner
    • Basic Authentification:
      • Username: mwc
      • Password: ~/.mwc/main/.owner_api_secret
  • Owner API V3

    • URL: localhost:3420/v3/owner
    • Basic Authentification:
      • Username: mwc
      • Password: ~/.mwc/main/.owner_api_secret
  • Foreign API

    • URL: localhost:3420/v2/foreign

Released under the MIT License.