Get a list of accounts and their balances
GET/?module=account&action=listaccounts
Get a list of accounts and their balances
Request
Details
Query Parameters
module stringrequired
Possible values: [account
]
action stringrequired
Possible values: [listaccounts
]
apiKey stringrequired
Example: pk_1234567890
page integer
integer representing the page number used for pagination. offset
must also be provided. Optional.
offset integer
integer representing number of transactions returned per page. page
must also be provided. Optional.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Details
Schema
message string
result object[]
status string
{
"message": "string",
"result": [
{}
],
"status": "string"
}
Loading...