Get contact - celdotro/marketplace GitHub Wiki
- Get contact addresses
celmarket\Admin\AdminAccount
AdminAccount
- method: admininfo
- action: getContact
- (none)
An object with the following attributes
- contact = contact addresses -> array
- (array element) = address
https://github.com/celdotro/marketplace_examples/blob/master/Admin/40.getContact.php
{
"request": {
},
"response": {
"contact": [
"X"
]
}
}