Download OpenAPI specification:Download
Ethereum Wallets allow DApps to host transaction signing keys. Using the API a DApp can add new Ethereum accounts, query the available accounts, and pick an account to sign a transaction payload.
Kaleido API for marketplace services are authenticated using application credentials. The username and password must be created in the environment containing the service instance as "Application Credentials". For more details see the documentation on App Credentials.
Security Scheme Type | HTTP |
---|---|
HTTP Authorization Scheme | basic |
{- "result": {
- "address": "string"
}
}