Get contact - celdotro/marketplace GitHub Wiki

About

  • Get contact addresses

Class

celmarket\Admin\AdminAccount

Method

AdminAccount

API

  • method: admininfo
  • action: getContact

Parameters

  • (none)

Response

An object with the following attributes

  • contact = contact addresses -> array
    • (array element) = address

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Admin/40.getContact.php

Example - JSON

{
  "request": {
    
  },
  
  "response": {
    "contact": [
      "X"
    ]
  }
}
⚠️ **GitHub.com Fallback** ⚠️