REST API DOCS
Client APIData Feed

Data Feed Provider Info

GET
/backend/api/v1/data_feed_providers/info/

Data Feed Provider Info for specific Provider.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

origin*string

Response Body

application/json

curl -X GET "https://example.com/backend/api/v1/data_feed_providers/info/?origin=INX"
{  "message": "success",  "data": [    {      "name": "INX Digital",      "logo": "/media/data_feed_provider_logo/the-inx-digital-company--600.png",      "website_link": "https://www.inx.co/",      "fees_link": "https://www.inx.co/fee-schedules/?utm_source=chatgpt.com",      "social_media_link": "{\"x-twitter\":\"https://x.com/INX_Group\"}",      "custom_link": "[{\"key\":\"Our markets Security tokens and Cryptocurrencies all in one place\",\"value\":\"https://www.inx.co/trade/markets/?utm_source=chatgpt.com\"}]",      "option": "",      "description": "[\"<h1>INX Digital</h1><p>INX Digital Company Inc. is a pioneer in the regulated digital asset space, delivering a seamless and secure platform for trading both cryptocurrencies and security tokens. Our mission is to bridge traditional finance with the rapidly evolving digital economy by providing institutions and individuals with compliant, transparent, and efficient access to digital assets.</p>\",\"<p>INX made history as the first company to conduct a U.S. SEC-registered security token IPO, setting a new benchmark for digital asset fundraising. Our platforms—INX.One for tokenized securities and INX Crypto for cryptocurrencies—are built to support regulated global trading with an emphasis on trust, investor protection, and innovation.</p><p><br></p><p>Backed by a team of financial and technology experts, INX is dedicated to building the next generation of digital financial infrastructure—fully compliant with the highest regulatory standards—while unlocking the transformative potential of blockchain technology for capital markets.</p><p><br></p><p>INX Digital is a fintech firm that operates a fully regulated digital asset platform—INX.One—offering trading in both security tokens and cryptocurrencies, as well as primary capital-raising services. It brings investing and trading together in a single, regulated environment.</p><p>Core Offerings</p>\"]",      "images": "['', '']"    }  ],  "code": 200}