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
  • Socios.com NFT API
  • Using the NFT API
  • Subscription
  1. Partner API
  2. API Reference

NFT API

PreviousData API endpointsNextNFT API endpoints

Last updated 3 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.

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.

  1. Once you've logged in to the Socios.com API portal, select NFT.

  1. Click the Try Out button next to the API URL.

  1. You'll see the following modal, indicating registering steps completed. Click the Try Out button.

  1. On the Security page that is now displayed, OAuth is already selected. Click on the Get Test Key button.

Subscription

  1. On the Subscriptions page then click on the SUBSCRIPTION & KEY GENERATION WIZARD button.

  1. Then, enter valid details in the Create application form fields:

Parameter
Description

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

  1. 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.

  1. On the Generate Keys tab, once you've carefully reviewed the page, select NEXT.

  1. On the Generate Access Token tab, enter a valid description in the Scopes field. Select NEXT.

  1. You can view your newly created subscription under the Subscriptions section.

Once the test key is generated, you can display it using the icon.

On the Copy Access Token tab, select to copy the Access Token. Once copied, click FINISH.

in this guide