Gets the owners of multiple channels
GET/getChannelsOwners
Gets the owners of multiple channels
Request
Query Parameters
channelAddresses stringrequired
Responses
- 200
- default
Channels owners information
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
channeladdress stringrequired
users object
aa_address stringrequired
handle stringrequired
[
{
"channeladdress": "string",
"users": {
"aa_address": "string",
"handle": "string"
}
}
]
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...