NFT API
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 in this guide, and in each API section of this site.
NFT API endpoints that are decommissioned with alternatives
The following endpoint will soon not be available anymore, and we encourage you to use one of the alternative we suggest here:
GET /user/nfts
: Get NFT data for currently logged-in user.GET /nft/{id}
: Get data on a single NFT.
NFT API endpoints that are decommissioned with no alternative
The following endpoints cannot be easily replaced by an alternative.
POST /admin/nft/smart-contract
: Create an NFT smart contract.POST /admin/nft/collectible-definition
: Create an NFT collection.POST /admin/nft/{collectibleId}/asset-upload
: Upload a collection of media.POST /admin/nft/{collectibleDefinition}/mint
: Mint a collection of media.
Sadly, if you do rely on one of these, you will have to remove the feature from your service.
Socios.com NFT API
The NFT API aims to provide all the information about NFTs that are held by the user. You will be able to retrieve the full list of NFTs along with all its details including NFT image, name, collection, date of creation, and owner.
Using the NFT API
If you're a new user and do not have access to the Socios.com portal yet, see Prerequisites.
Once you've logged in to the Socios.com API portal, select NFT.
Click the Try Out button next to the API URL.
You'll see the following modal, indicating registering steps completed. Click the Try Out button.
On the Security page that is now displayed, OAuth is already selected. Click on the Get Test Key button.
Subscription
On the Subscriptions page then click on the SUBSCRIPTION & KEY GENERATION WIZARD button.
Then, enter valid details in the Create application form fields:
Application Name
Enter name of the Application
Shared Quota for Application Tokens
The amount of tokens generated for each application
Application Description
(Optional). A brief description about the application
In the Subscribe to new application step, enter the Application name you want to use. Select a Business Plan from the dropdown menu, and click Next.
Please note, there may be restrictions on the available plans for now.
On the Generate Keys tab, once you've carefully reviewed the page, select NEXT.
On the Generate Access Token tab, enter a valid description in the Scopes field. Select NEXT.
You can view your newly created subscription under the Subscriptions section.
Last updated