Socios.com Connect
Chiliz ChainChiliz Labs
  • Socios.com Connect
  • INTERACT WITH CHILIZ CHAIN
    • Overview
    • Prerequisites
    • Working with Tokens
    • Working with NFTs
    • Working with Transactions
    • Working with Polls
    • Working with Staking
  • Partner API
    • Overview
    • 2025 API Update Overview
    • Prerequisites
    • Quick start
    • Authentication
    • API Reference
      • Data API
        • Data API endpoints
      • NFT API
        • NFT API endpoints
      • Ping API
      • Polls API
        • Polls API endpoints
      • Rewards API
        • Rewards API endpoints
      • User API
        • User API endpoints
      • Wallet API
        • Wallet API endpoints
  • Partner web app
    • Overview
    • Integration
    • URL parameters
    • On-Ramp Fan Tokens
Powered by GitBook
On this page
  1. Partner API
  2. API Reference

Ping API

PreviousNFT API endpointsNextPolls API

Last updated 2 months ago

In Q1 2025, the Chiliz team will decommission several endpoints and features. This is to ensure that the Socios.com API remains focused on the Socios.com app features, and to bring it always closer to the Web3 ecosystem.

Don't worry! We will provide you with alternatives right here on this documentation site.

You will find more information , and in each API section of this site.

Note: The Ping API is not changed in the 2025 API Update.

Socios Ping API

Using the Ping API, developers can check if their setup is done appropriately and the endpoint communicates efficiently with the API.

Use the Quick start for a walkthrough implementation.

in this guide

Endpoint to ping service.

get
Authorizations
Responses
200
Successfully pinged service
application/json
get
GET /ping/2.0.0/ping HTTP/1.1
Host: api-public.socios.com
Accept: */*
200

Successfully pinged service

{
  "data": {
    "response": "OK"
  }
}
  • Socios Ping API
  • GETEndpoint to ping service.