2025 API Update Overview
Last updated
Last updated
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.
Whenever applicable, we provide an alternative to the Socios.com API endpoint that is removed, using TypeScript code.
See details in .
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.
See details in .
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.
GET /ping
✅ Kept as-is.
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.
GET /rewards
✅ Kept as-is.
GET /rewards/{rewardId}
✅ Kept as-is.
GET /reward-categories
✅ Kept as-is.
See details in User API reference page.
GET /user/me
✅ Kept as-is.
See details in Wallet API reference page.
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 .