2025 API Update Overview

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 Data API reference page.

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 NFT API reference page.

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

See details in Ping API reference page.

Endpoint
Post-update status

GET /ping

✅ Kept as-is.

Polls API

See details in Polls API reference page.

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

See details in Reward API reference page.

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

Last updated