Wallet
This API suite covers wallet management (for cryptocurrency or blockchain applications) and a PRISM agent system that handles verification policies, schema registries, and event webhooks. The PRISM agent part relates to decentralized identity and credential management.
Generate a new wallet mnemonic
POST
/api/v1/wallet/mnemonic
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
None
Body
Response
Retrieves wallet information based on a provided mnemonic
GET
/api/v1/wallet/{mnemonic}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
None
Body
Name
Type
Description
mnemonic
string
The wallet's mnemonic phrase
Response
Last updated