Wallet Management APIs
1. Create or Update a Wallet
put
Creates or updates a customer wallet.
Path parameters
groupNamestringRequired
referencestringRequired
Body
Agent supplied information about a wallet.
object · LedgerElementInfoOptional
A base type for agent supplied ledger information.
Responses
200
Response to /api/v1/group/{groupName}/{reference}
application/json
default
default response to /api/v1/group/{groupName}/{reference}
application/json
put
/api/v1/group/{groupName}/{reference}2. Retrieve Wallet
get
Retrieves an account wallet.
Path parameters
groupstringRequired
accountstringRequired
walletstringRequired
currencystringRequired
Responses
200
Response to /api/v1/group/{group}/{account}/{wallet}/{currency}
application/json
default
default response to /api/v1/group/{group}/{account}/{wallet}/{currency}
application/json
get
/api/v1/group/{group}/{account}/{wallet}/{currency}Last updated

