Version: 2.0.0Wallet API
The version 2 of the wallet HTTP API leverages the wallet JSON-RPC API.
Workflow
Use GET /v2/methods
to ensure the JSON-RPC API exposes all the methods your application requires.
Use POST /v2/requests
endpoint to submit requests to the JSON-RPC API.
Useful links