Get Accounts

Get the details of all accounts in a given wallet.

Request

Optional ParamPurposeRequirements

offset

The pagination offset. Results start at the offset index

limit

Limit for the number of results

Response

Example

{
    "method": "get_accounts",
    "jsonrpc": "2.0",
    "id": 1,
    "params": {}
}

Last updated