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
  • Overview of API endpoint updates
  • Data API
  • NFT API
  • Ping API
  • Polls API
  • Rewards API
  • User API
  • Wallet API
  1. Partner API

2025 API Update Overview

PreviousOverviewNextPrerequisites

Last updated 2 months ago

2024-12-09 - ANNOUNCEMENT FOR SOCIOS.COM API DEVELOPERS

In Q1 2025, the Chiliz team will decommission several endpoints and features from the Socios.com API. 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 provide you with alternatives right here on this documentation site.

This page is meant to inform on the way the Socios.com API is going to evolve in Q1 2025.

The API team is committed to help you transition your code based on the Socios.com API to new ways of providing the same functionality, thus minimizing the impact on your users.

Overview of API endpoint updates

Whenever applicable, we provide an alternative to the Socios.com API endpoint that is removed, using TypeScript code.

Data API

See details in .

Endpoints
Post-update status

GET /countries

✅ Kept as-is.

GET /sports

✅ Kept as-is.

GET /leagues

✅ Kept as-is.

GET /fantokens

✅ Kept as-is.

GET /fantokens/rate

✅ Kept as-is.

NFT API

See details in .

Endpoints
Post-update status

GET /user/nfts

♻️ Removed with alternative.

GET /nft/{id}

♻️ Removed with alternative.

GET /nfts/smartcontract/{smartContractId}

❌ Removed.

POST /admin/nft/smart-contract

❌ Removed.

POST /admin/nft/collectible-definition

❌ Removed.

POST /admin/nft/{collectibleId}/asset-upload

❌ Removed.

POST /admin/nft/{collectibleDefinition}/mint

❌ Removed.

Ping API

Endpoint
Post-update status

GET /ping

✅ Kept as-is.

Polls API

Endpoints
Post-update status

GET /polls

✅ Kept as-is.

GET /poll/{pollId}

✅ Kept as-is.

POST /user/polls

❌ Removed.

POST /user/polls/history

❌ Removed.

POST /user/poll/{pollId}/vote

❌ Removed.

POST /user/poll/{pollId}

❌ Removed.

Rewards API

Endpoints
Post-update status

GET /rewards

✅ Kept as-is.

GET /rewards/{rewardId}

✅ Kept as-is.

GET /reward-categories

✅ Kept as-is.

User API

See details in User API reference page.

Endpoints
Post-update status

GET /user/me

✅ Kept as-is.

Wallet API

See details in Wallet API reference page.

Endpoints
Post-update status

GET /user/wallet

♻️ Removed with alternative

POST /wallet/sign-message

❌ Removed.

GET /user/wallet/{transactionId}

♻️ Removed with alternative

GET /user/wallet/transaction-history/fan-token

♻️ Removed with alternative

POST /admin/wallet/transfer/fan-token

♻️ Removed with alternative

See details in .

See details in .

See details in .

Data API reference page
NFT API reference page
Ping API reference page
Polls API reference page
Reward API reference page