Skip to main content
GET
/
general-info
Get General Data
curl --request GET \
  --url https://jamquest-dev.techboo.net/api/v1/general-info
{
  "status": "ok",
  "message": "<string>",
  "data": {
    "site_name": "<string>",
    "support_email": "[email protected]",
    "support_phone": "<string>",
    "facebook_link": "<string>",
    "twitter_link": "<string>",
    "instagram_link": "<string>",
    "live_chat_url": "<string>",
    "supported_coins": [
      {
        "name": "<string>",
        "symbol": "<string>",
        "networks": [
          "<string>"
        ]
      }
    ]
  }
}

Response

200 - application/json

Successful response

status
string
Example:

"ok"

message
string
data
object