id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
6232e9a6-78f3-4c2c-99d4-201ff0a7934e/28fba34a-46c3-4abd-a977-005f49906f28/0/0 | Top NFT Sales | Top NFTs and collections sold today, this week, or this month. | 8.2 | Top NFTs today | Top selling NFTs today | 200 | Response | [{"nft_name": "CloneX #11346", "nft_url": "https://www.nft-stats.com/asset/0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b/3693", "collection": "CLONE X", "collection_url": "https://www.nft-stats.com/collection/clonex", "date": "about 13 hours ago", "price": "$583k"}, {"nft_name": "CloneX #8266", "nft_url": "https://www.nft... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"nft_name": {"type": "string"}, "nft_url": {"type": "string"}, "collection": {"type": "string"}, "collection_url": {"type": "string"}, "date": {"type": "string"}, "price": {"type": "string"}}, "required": ["collect... |
cdb77329-90ed-4b4c-a027-2194d8ecf0cf/93cc0b42-5f0b-449d-9912-8a374eb2f853/0/0 | Global Currency | Currency API providing official global currency rates. This API provides currency rates for official money units, precious metals and BTC. | 0.2 | Get All Currencies | This endpoint will return all currencies(173 items) that API supports. | 200 | Available Currencies | {"USD": "US Dollar", "EUR": "Euro", "GBP": "British Pound", "CAD": "Canadian Dollar", "AUD": "Australian Dollar", "JPY": "Japanese Yen", "AED": "Emirati Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Dutch Guilder", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AWG": "Arub... | {"type": "object", "properties": {"USD": {"type": "string", "example": "US Dollar"}, "EUR": {"type": "string", "example": "Euro"}, "GBP": {"type": "string", "example": "British Pound"}}} |
cdb77329-90ed-4b4c-a027-2194d8ecf0cf/4e1ac1c2-4660-4f3c-9acd-35b3574351dc/0/0 | Global Currency | Currency API providing official global currency rates. This API provides currency rates for official money units, precious metals and BTC. | 0.2 | API Doc | Get Swagger UI | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
cdb77329-90ed-4b4c-a027-2194d8ecf0cf/53021bfa-39f5-4b80-a54f-bdc583091821/0/0 | Global Currency | Currency API providing official global currency rates. This API provides currency rates for official money units, precious metals and BTC. | 0.2 | Get Exchange Rate For Specific Currency | This endpoint will return a specific rate multiplied by given amount depending given currency codes. | 200 | New Example | {"baseCurrency": {"code": "EUR", "name": "Euro", "amount": "10.00"}, "rateCurrency": {"code": "USD", "name": "US Dollar", "amount": "11.328"}, "updatedDate": "2021-12-24T15:45:18.724Z"} | {"type": "object", "properties": {"baseCurrency": {"properties": {"code": {"type": "string", "example": "EUR"}, "name": {"type": "string", "example": "Euro"}, "amount": {"type": "string", "example": "1.00"}}}, "rateCurrency": {"properties": {"code": {"type": "string", "example": "USD"}, "name": {"type": "string", "exam... |
cdb77329-90ed-4b4c-a027-2194d8ecf0cf/53021bfa-39f5-4b80-a54f-bdc583091821/1/0 | Global Currency | Currency API providing official global currency rates. This API provides currency rates for official money units, precious metals and BTC. | 0.2 | Get Exchange Rate For Specific Currency | This endpoint will return a specific rate multiplied by given amount depending given currency codes. | 500 | Invalid currency | {"error": true, "message": "Invalid currency code"} | {"type": "object", "properties": {"error": {"type": "boolean", "example": true}, "message": {"type": "string", "example": "Internal Server Error"}}} |
cdb77329-90ed-4b4c-a027-2194d8ecf0cf/53021bfa-39f5-4b80-a54f-bdc583091821/1/1 | Global Currency | Currency API providing official global currency rates. This API provides currency rates for official money units, precious metals and BTC. | 0.2 | Get Exchange Rate For Specific Currency | This endpoint will return a specific rate multiplied by given amount depending given currency codes. | 500 | Amount Format | {"error": true, "message": "Amount should be numeric"} | {"type": "object", "properties": {"error": {"type": "boolean", "example": true}, "message": {"type": "string", "example": "Internal Server Error"}}} |
cdb77329-90ed-4b4c-a027-2194d8ecf0cf/53021bfa-39f5-4b80-a54f-bdc583091821/1/2 | Global Currency | Currency API providing official global currency rates. This API provides currency rates for official money units, precious metals and BTC. | 0.2 | Get Exchange Rate For Specific Currency | This endpoint will return a specific rate multiplied by given amount depending given currency codes. | 500 | With Comma | {"error": true, "message": "Amount should not contain comma"} | {"type": "object", "properties": {"error": {"type": "boolean", "example": true}, "message": {"type": "string", "example": "Internal Server Error"}}} |
6df71ec1-c8f4-4b08-ad17-55980d53aa0b/916b3c8b-90c2-4220-8d1d-98d9534a1d3a/0/0 | Currency Converter | Provides a simple REST API with real-time exchange rates for most used world currencies, delivering currency pairs in universally usable JSON format - compatible with any of your applications. | null | Latest Currency Data | Returns the latest rates | 200 | Response | {"success": true, "timestamp": 1640693471, "base": "USD", "rates": {"EUR": 0.882614, "GBP": 0.743484}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "timestamp": {"type": "integer"}, "base": {"type": "string"}, "rates": {"type": "object", "properties": {"EUR": {"type": "number"}, "GBP": {"type": "number"}}, "required": ["EUR", "GBP"]}}, "required": ["base"... |
6df71ec1-c8f4-4b08-ad17-55980d53aa0b/60503fc7-723c-4379-93f2-f33fe889b1c5/0/0 | Currency Converter | Provides a simple REST API with real-time exchange rates for most used world currencies, delivering currency pairs in universally usable JSON format - compatible with any of your applications. | null | Currency Converter | Converts from one currency to another | 200 | Response | {"success": true, "timestamp": 1640693828, "request": {"from": "USD", "to": "EUR", "amount": 10}, "meta": {"rate": 0.882614}, "response": 8.82614} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "timestamp": {"type": "integer"}, "request": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["amount", "from", "to"]}, "meta... |
6df71ec1-c8f4-4b08-ad17-55980d53aa0b/e01d9b04-d833-4ba5-b3ca-58c660c363b5/0/0 | Currency Converter | Provides a simple REST API with real-time exchange rates for most used world currencies, delivering currency pairs in universally usable JSON format - compatible with any of your applications. | null | Available currencies | List of available currencies | 200 | Response | {"success": true, "currencies": {"AED": "United Arab Emirates Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Netherlands Antillean Guilder", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "AWG": "Aruban Florin", "AZN": "Azerbaijani Manat", "BAM": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "currencies": {"type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"},... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/83a2e412-026c-4e1a-8533-ba59d6c9b479/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | stock/get-statistics | Get statistics information of stocks | 200 | Response | {"result": [{"name": "Key Statistics", "table": [{"name": "Current P/E Ratio (ttm)", "value": "28.64"}, {"name": "Estimated P/E", "value": "28.37", "comment": "(2022-09)"}, {"name": "Relative P/E", "value": "1.23", "comment": "vs SPX:IND"}, {"name": "Earnings Per Share (ttm)", "value": "6.03"}, {"name": "Est. EPS", "va... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "table": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}, "comment": {"ty... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/6f07fb85-be40-4c23-9b1e-4a77c61d1eb6/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | stories/list | Get a list of stories related to a sticker | 200 | Response | {"stories": [{"resourceType": "Story", "card": "article", "title": "Thai Baht Reverses Losses to Claim Title as Emerging Asia Haven", "published": 1644904426, "internalID": "R7BKGKT0AFGB01", "thumbnailImage": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i5Ti7zSBNG0A/v0/600x-1.jpg", "primarySite": "markets", "short... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"stories": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "card": {"type": "string"}, "title": {"type": "string"}, "published": {"type": "integer"}, "internalID": {"type": "string"}, "thumbna... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/bc95a63a-b788-4f43-b1e2-258a0b03c78d/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | market/get-price-chart | Get related data to draw price chart | 200 | Response | {"result": {"INMEX:IND": {"historical": true, "ticksType": "DayTick", "ticks": [{"time": 1613484000, "close": 2748.23}, {"time": 1613570400, "close": 2772.46}, {"time": 1613656800, "close": 2736.49}, {"time": 1613743200, "close": 2765.8}, {"time": 1614002400, "close": 2771.76}, {"time": 1614088800, "close": 2793.93}, {... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"INMEX:IND": {"type": "object", "properties": {"historical": {"type": "boolean"}, "ticksType": {"type": "string"}, "ticks": {"type": "array", "items": {"type": "object", "properties": {"time": {"ty... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/c832d5be-28fd-4811-8840-459076c23fd9/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | market/get-movers | Get latest information of movers in the market | 200 | Response | {"active": [{"securityType": "Common Stock", "symbol": "8306", "exchange": "Tokyo", "country": "Japan", "currency": "JPY", "resourceType": "Company", "fundamentalDataCurrency": "JPY", "resourceSubtype": "Other", "region": "APAC", "ticker": "8306:jp", "tickerName": "8306:JP", "template": "Stock", "tinyName": "Mitsubishi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"active": {"type": "array", "items": {"type": "object", "properties": {"securityType": {"type": "string"}, "symbol": {"type": "string"}, "exchange": {"type": "string"}, "country": {"type": "string"}, "currency": {"type": "string"}, "resource... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/b4e05beb-74b8-4278-bec7-98d2b69b9c4e/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | market/get-compact | Get most informative fields about indices, commodities, currencies, rates, etc... | 200 | Response | {"result": {"ADSMI:IND": {"securityType": "Equity Index", "symbol": "ADSMI", "country": "United Arab Emirates", "currency": "AED", "resourceType": "Index", "fundamentalDataCurrency": "AED", "resourceSubtype": "Equity", "region": "EMEA", "ticker": "adsmi:ind", "tickerName": "ADSMI:IND", "template": "Index", "tinyName": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"ADSMI:IND": {"type": "object", "properties": {"securityType": {"type": "string"}, "symbol": {"type": "string"}, "country": {"type": "string"}, "currency": {"type": "string"}, "resourceType": {"typ... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/6179d4e8-1901-4ee0-8cd8-d15364a89601/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | market/get-full | Get all field and information about tickers | 200 | Response | {"result": {"ADSMI:IND": {"securityType": "Index", "symbol": "ADSMI", "country": "United Arab Emirates", "currency": "AED", "resourceType": "Index", "resourceSubtype": "Equity", "region": "EMEA", "ticker": "adsmi:ind", "tickerName": "ADSMI:IND", "template": "Index", "name": "FTSE ADX GENERAL INDEX", "watchlist": true, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"ADSMI:IND": {"type": "object", "properties": {"securityType": {"type": "string"}, "symbol": {"type": "string"}, "country": {"type": "string"}, "currency": {"type": "string"}, "resourceType": {"typ... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/9325cfa1-e0c0-43f9-95e9-4bd9f21a7eef/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | market/auto-complete | Query suggestion by term and phrase | 200 | Response | {"quote": [{"securityType": "Common Stock", "symbol": "AAPL", "exchange": "NASDAQ GS", "country": "United States", "currency": "USD", "resourceType": "Company", "fundamentalDataCurrency": "USD", "resourceSubtype": "Other", "region": "AMERICAS", "ticker": "aapl:us", "tickerName": "AAPL:US", "template": "Stock", "tinyNam... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote": {"type": "array", "items": {"type": "object", "properties": {"securityType": {"type": "string"}, "symbol": {"type": "string"}, "exchange": {"type": "string"}, "country": {"type": "string"}, "currency": {"type": "string"}, "resourceT... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/036aaa6d-2245-42ee-b729-65c5fe55c1f6/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | market/get-chart | Get related data for drawing chart | 200 | Response | {"result": {"INMEX:IND": {"historical": true, "ticksType": "DayTick", "ticks": [{"time": 1613484000, "close": 2748.23, "volume": 142721042}, {"time": 1613570400, "close": 2772.46, "volume": 216346166}, {"time": 1613656800, "close": 2736.49, "volume": 273992090}, {"time": 1613743200, "close": 2765.8, "volume": 168151503... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"INMEX:IND": {"type": "object", "properties": {"historical": {"type": "boolean"}, "ticksType": {"type": "string"}, "ticks": {"type": "array", "items": {"type": "object", "properties": {"time": {"ty... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/f4710b98-8f63-49dc-90f4-89ae9ab15105/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | stock/get-financials | Get financial information of stocks | 200 | Response | {"result": [{"name": "Income Statement", "securityID": "AAPL:US", "timeBasedSheets": [{"name": "Quarterly", "columnHeadings": ["3/2021", "6/2021", "9/2021", "12/2021"], "chartData": [{"name": "Revenue", "chartType": "bar", "isPercentage": false, "values": [89584000000, 81434000000, 83360000000, 123945000000]}, {"name":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "securityID": {"type": "string"}, "timeBasedSheets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
ad1447b8-fc14-48a7-8cc2-2a0642d1c4e2/e19fa22b-cee3-456c-a16e-ef3c1e442d41/0/0 | BB Finance | This API helps to query for all information about finance summary, stocks, quotes, movers, etc… to create a financial site/application such as bloomberg.com | 9.8 | stories/detail | Get full story information | 200 | Response | {"id": "2020-08-31/ford-to-cut-north-american-salaried-jobs-in-latest-overhaul-move", "title": "Ford to Cut 1,000 North America Salaried Jobs Amid Overhaul", "summary": "", "secondaryBrands": ["business"], "internalID": "QFY0Y6T0AFB501", "byline": "Keith Naughton", "archived": true, "longURL": "https://www.bloomberg.co... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "secondaryBrands": {"type": "array", "items": {"type": "string"}}, "internalID": {"type": "string"}, "byline": {"type": "string"}, "archived": {"type": "bo... |
3a76c79a-4c1b-4433-9525-319330972497/a0a1dc69-4b99-4b82-a43a-c9ea5f84289a/0/0 | Currency Converter Pro | Accurate and Reliable Data for 170 World Currencies. Exchange rates are updated every hour.. | 9.5 | Latest Rates | Real-time exchange rate data of 170 world currencies. Updated every 10min. | 200 | Response | {"success": true, "timestamp": 1643743405029, "date": "2022-02-01", "base": "USD", "result": {"EUR": 0.8892697844, "RSD": 104.5696385954, "AUD": 1.4058758535, "CAD": 1.2694932188}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "timestamp": {"type": "integer"}, "date": {"type": "string"}, "base": {"type": "string"}, "result": {"type": "object", "properties": {"EUR": {"type": "number"}, "RSD": {"type": "number"}, "AUD": {"type": "numb... |
3a76c79a-4c1b-4433-9525-319330972497/78cd66b1-7f0e-470c-9be7-539340e7cd00/0/0 | Currency Converter Pro | Accurate and Reliable Data for 170 World Currencies. Exchange rates are updated every hour.. | 9.5 | Currencies | List all supported currencies. | 200 | Response | {"success": true, "result": {"AED": "United Arab Emirates Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Netherlands Antillean Guilder", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "AWG": "Aruban Florin", "AZN": "Azerbaijani Manat", "BAM": "Bos... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "result": {"type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "AR... |
3a76c79a-4c1b-4433-9525-319330972497/02bbb591-45f1-4d83-a141-69bfb446581e/0/0 | Currency Converter Pro | Accurate and Reliable Data for 170 World Currencies. Exchange rates are updated every hour.. | 9.5 | Convert Currency | Convert any amount from one currency to another. | 200 | Response | {"success": true, "request": {"from": "USD", "to": "EUR", "amount": 100}, "meta": {"timestamp": 1643784353373, "rates": {"from": 0.8875451371, "to": 1.1267032607}, "formated": {"from": "1 USD = 0.88755 EUR", "to": "1 EUR = 1.12670 USD"}}, "result": 88.75451371} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "request": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["amount", "from", "to"]}, "meta": {"type": "object", "properties"... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/430f61ab-01f1-43b9-b5d6-6857f37d6ad2/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Get KLines | The endpoint recover klines, a useful tool to generate charts and do analyses on the exchange | 200 | Example_1 | {"id": 0, "tenantId": 0, "market": "", "openTime": "", "openValue": 0, "highestValue": 0, "lowestValue": 0, "closeValue": 0, "closeTime": "", "numberTrades": 0, "tradedVolume": 0, "lastTradedSecond": 0} | {"type": "object", "properties": {"id": {"type": "number", "description": "Unique identifier of a single kline"}, "tenantId": {"type": "number", "description": "The tenant who originate it"}, "market": {"type": "string", "description": "The market to which refers to"}, "openTime": {"format": "date-time", "type": "strin... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/e5e1b84a-c907-4769-a35a-100511a4c07e/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Get Trades | Get trades history for a tenant market. | 200 | Example_1 | {"id": 0, "market": "", "price": 0, "volume": 0, "funds": 0, "makerId": 0, "takerId": 0, "tenantId": 0, "createdAt": ""} | {"type": "object", "properties": {"id": {"type": "number", "description": "Unique identifier of a single kline"}, "market": {"type": "string", "description": "The market pair of the trade"}, "price": {"type": "number", "description": "Price traded"}, "volume": {"type": "number", "description": "Volume traded"}, "funds"... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/83d81272-8701-4d43-ba98-8b271990cfb3/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Create Order | Create new order on the engine. | 200 | Example_1 | {"market": "", "side": "BID", "orderType": "LIMIT", "volume": 0, "price": 0, "externalId": 0, "id": 0, "locked": 0, "status": "OPENED", "tradedVolume": 0, "tradesCount": 0, "tenantId": 0, "createdAt": ""} | {"type": "object", "properties": {"market": {"type": "string", "description": "The market pair of the order"}, "side": {"type": "string", "description": "Side of the order", "enum": ["BID", "ASK"]}, "orderType": {"type": "string", "description": "Type of the order", "enum": ["LIMIT", "MARKET"]}, "volume": {"type": "num... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/502197da-e92d-4705-90cf-f518e2d14344/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Get orders | Get all orders on tenant engine | 200 | Example_1 | {"market": "", "side": "BID", "orderType": "LIMIT", "volume": 0, "price": 0, "externalId": 0, "id": 0, "locked": 0, "status": "OPENED", "tradedVolume": 0, "tradesCount": 0, "tenantId": 0, "createdAt": ""} | {"type": "object", "properties": {"market": {"type": "string", "description": "The market pair of the order"}, "side": {"type": "string", "description": "Side of the order", "enum": ["BID", "ASK"]}, "orderType": {"type": "string", "description": "Type of the order", "enum": ["LIMIT", "MARKET"]}, "volume": {"type": "num... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/f4e6dfaf-0044-437e-adf0-1281ef788d3a/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Get Book | Get book for a specific tenant market. | 200 | Example_1 | {"ask": [], "bid": []} | {"type": "object", "properties": {"ask": {"description": "The books with the accumulated ask orders", "type": "array", "items": {"type": "string"}}, "bid": {"description": "The books with the accumulated bid orders", "type": "array", "items": {"type": "string"}}}, "required": ["ask", "bid"]} |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/0e2a1ef6-800c-441d-8431-da2c3a9a6841/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Cancel Order | Cancels an active order on the engine, removing it from the book. | 200 | Example_1 | {"market": "", "side": "BID", "orderType": "LIMIT", "volume": 0, "price": 0, "externalId": 0, "id": 0, "locked": 0, "status": "OPENED", "tradedVolume": 0, "tradesCount": 0, "tenantId": 0, "createdAt": ""} | {"type": "object", "properties": {"market": {"type": "string", "description": "The market pair of the order"}, "side": {"type": "string", "description": "Side of the order", "enum": ["BID", "ASK"]}, "orderType": {"type": "string", "description": "Type of the order", "enum": ["LIMIT", "MARKET"]}, "volume": {"type": "num... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/ed280844-c3f1-49cf-853c-4fa513ed7941/0/0 | Anthill Engine | A Matching Engine for crypto trading | null | Add Webhook | Adding a webhook to a tenant, this is used to be updates in realtime, as changes happens in the engine | 200 | Example_1 | {"fullAddress": "", "action": "BOOKUPDATE", "id": 0, "tenantId": 0} | {"type": "object", "properties": {"fullAddress": {"type": "string", "description": "The address to where the webhook will be send."}, "action": {"type": "string", "description": "The possible actions to invoke the webhook", "enum": ["BOOKUPDATE", "NEWTRADES"]}, "id": {"type": "number", "description": "Unique identifier... |
d671ba1b-dc2e-4dde-9352-c16b7aa36d5a/1fad0bd9-d723-4569-a4cf-99e081230556/1/0 | Anthill Engine | A Matching Engine for crypto trading | null | Create Tenant | You need to hit this endpoint to create your tenant and your engines, you should pass the engines you want on "availableMarkets" in the format of "btcbrl, ethbrl, other, other2", and each of those, will create a new engine for you. | 200 | Example_1 | {"availableMarkets": "", "id": 0, "accessUuid": ""} | {"type": "object", "properties": {"availableMarkets": {"type": "string", "description": "Markets available on your matching engine, use the format `btcbrl, ethbrl`."}, "id": {"type": "number", "description": "Unique identifier of the tenant"}, "accessUuid": {"type": "string", "description": "Uuid to be used on all requ... |
3307c8df-ba55-44eb-88be-e060796cfaf5/614020cf-77eb-4b34-b8b0-d155aa857508/0/0 | VAT Number Validation | The VAT Number Validation API offers instant EU VAT number validation with extraction of the business/company details from the VIES database (including those for Northern Ireland starting with XI post Brexit). | null | Validate EU VAT Number (Option 2) | This endpoint will return the date and time of the request, whether the VAT number is valid and the company details (name and address) for a specific VAT number. | 200 | Response Example | {"countryCode": "IT", "vatNumber": "04231750151", "requestDate": "2023-06-16+02:00", "valid": true, "name": "FC INTERNAZIONALE MILANO SPA", "address": "VIALE DELLA LIBERAZIONE 16/18 , 20124 MILANO MI, "} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"countryCode": {"type": "string"}, "vatNumber": {"type": "string"}, "requestDate": {"type": "string"}, "valid": {"type": "boolean"}, "name": {"type": "string"}, "address": {"type": "string"}}, "required": ["address", "countryCode", "name", "... |
3307c8df-ba55-44eb-88be-e060796cfaf5/a7f2521f-ffc0-4e2b-a12e-9f8ee7a9507a/0/0 | VAT Number Validation | The VAT Number Validation API offers instant EU VAT number validation with extraction of the business/company details from the VIES database (including those for Northern Ireland starting with XI post Brexit). | null | Validate EU VAT Number (Option 3) | This endpoint will return the date and time of the request, whether the VAT number is valid and the company details (name and address) for a specific VAT number. Country codes (used as prefix of the VAT number) must be included. These are AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, EL, HU, IE, IT, LV, LT, LU, MT, NL, P... | 200 | Response Example | {"countryCode": "IT", "vatNumber": "04231750151", "requestDate": "2023-06-16+02:00", "valid": true, "name": "FC INTERNAZIONALE MILANO SPA", "address": "VIALE DELLA LIBERAZIONE 16/18 , 20124 MILANO MI, "} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"countryCode": {"type": "string"}, "vatNumber": {"type": "string"}, "requestDate": {"type": "string"}, "valid": {"type": "boolean"}, "name": {"type": "string"}, "address": {"type": "string"}}, "required": ["address", "countryCode", "name", "... |
3307c8df-ba55-44eb-88be-e060796cfaf5/dce54968-06f9-44dd-9c09-bc8367219a11/0/0 | VAT Number Validation | The VAT Number Validation API offers instant EU VAT number validation with extraction of the business/company details from the VIES database (including those for Northern Ireland starting with XI post Brexit). | null | Validate EU VAT Number (Option 1) | This endpoint will return the date and time of the request, whether the VAT number is valid and the company details (name and address) for a specific VAT number. | 200 | Response Example | {"countryCode": "IT", "vatNumber": "04231750151", "requestDate": "2023-06-16+02:00", "valid": true, "name": "FC INTERNAZIONALE MILANO SPA", "address": "VIALE DELLA LIBERAZIONE 16/18 , 20124 MILANO MI, "} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"countryCode": {"type": "string"}, "vatNumber": {"type": "string"}, "requestDate": {"type": "string"}, "valid": {"type": "boolean"}, "name": {"type": "string"}, "address": {"type": "string"}}, "required": ["address", "countryCode", "name", "... |
980750d6-041e-41f2-a88b-88a877d8d787/cb5eb1e6-fb2b-4869-999a-82b97111a1c1/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | Live Stock Statistics | Get all the real time statistics about the stock (market cap, etc) | 200 | Response | {"result": {"currency": "USD", "quarterlyValuationMeasures": [{"period": "Current", "label": "Market Cap (intraday)", "value": "1760000000000.00"}, {"period": "Current", "label": "Enterprise Value", "value": "1710000000000.00"}, {"period": "Current", "label": "Trailing P/E", "value": "25.39"}, {"period": "Current", "la... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"currency": {"type": "string"}, "quarterlyValuationMeasures": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "label": {"type": "string"}, "value": {"type... |
980750d6-041e-41f2-a88b-88a877d8d787/87c2b20b-7dfe-4146-9996-1cdf44ce5d2b/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | Live Stock Metadata | Get all the real time metadata about the stock (currency, trend averages etc) | 200 | Response | {"result": {"language": "en-US", "quoteType": "EQUITY", "quoteSourceName": "Nasdaq Real Time Price", "currency": "USD", "fiftyDayAverage": 248.0068, "fiftyDayAverageChange": -15.556702, "fiftyDayAverageChangePercent": -0.062726915, "twoHundredDayAverage": 272.84604, "twoHundredDayAverageChange": -40.395935, "twoHundred... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"language": {"type": "string"}, "quoteType": {"type": "string"}, "quoteSourceName": {"type": "string"}, "currency": {"type": "string"}, "fiftyDayAverage": {"type": "number"}, "fiftyDayAverageChange... |
980750d6-041e-41f2-a88b-88a877d8d787/e30a6f10-e734-4035-91d5-20dd2aa69869/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | Yearly Income Statements | Annual income statements | 200 | Response | {"total": 5, "offset": 0, "results": [{"totalRevenue": 125843000000, "totalRevenueSection": {"operatingRevenue": 125843000000, "exciseTaxes": null, "netInterestIncome": null, "nonInterestIncome": null, "netInterestIncomeSection": {"interestIncome": null, "interestIncomeSection": {"interestIncomeFromSecurities": null, "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "offset": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"totalRevenue": {"type": "integer"}, "totalRevenueSection": {"type": "object", "properties": {"operatingReve... |
980750d6-041e-41f2-a88b-88a877d8d787/be9676f2-50cf-448c-8bf0-cfd52404a12e/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | Yearly Cashflow Statements | Annual cashflow statements | 200 | Response | {"total": 5, "offset": 0, "results": [{"cashFlowsFromUsedInOperatingActivitiesDirect": null, "cashFlowsFromUsedInOperatingActivitiesDirectSection": {"classesOfCashReceiptsFromOperatingActivities": null, "classesOfCashReceiptsFromOperatingActivitiesSection": {"receiptsFromCustomers": null, "receiptsFromGovernmentGrants"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "offset": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"cashFlowsFromUsedInOperatingActivitiesDirect": {"type": "null"}, "cashFlowsFromUsedInOperatingActivitiesDir... |
980750d6-041e-41f2-a88b-88a877d8d787/91c35dd8-7694-4323-862c-9c0984969e3a/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | Stock Splits | List all stock splits for given stock symbol | 200 | Response | {"total": 1, "offset": 0, "results": [{"date": "2003-02-18", "before": 2, "after": 1}], "responseStatus": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "offset": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "before": {"type": "integer"}, "after": {"type": "integer"}}, "required": ["afte... |
980750d6-041e-41f2-a88b-88a877d8d787/dcfe813d-dc46-4503-9ec3-d088667975ff/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | Dividends | Download dividend history by specific stock symbol | 200 | Response | {"total": 75, "offset": 0, "results": [{"date": "2003-02-19", "amount": 0.08}, {"date": "2003-10-15", "amount": 0.16}, {"date": "2004-08-23", "amount": 0.08}, {"date": "2004-11-15", "amount": 3.08}, {"date": "2005-02-15", "amount": 0.08}, {"date": "2005-05-16", "amount": 0.08}, {"date": "2005-08-15", "amount": 0.08}, {... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "offset": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "amount": {"type": "number"}}, "required": ["amount", "date"]}}, "responseStatus... |
980750d6-041e-41f2-a88b-88a877d8d787/1088789e-92ca-4347-8356-4c816b07faf9/0/0 | Freedom Finance | Financial data for over 75,000 stocks on over 75 exchanges. Download conveniently formatted financial statements, dividends, end of day prices and more. Need higher usage, custom integration or additional features? Contact us for custom pricing. | 9 | List exchanges | List all exchanges known to have stocks associated with them | 200 | Response | {"total": 76, "offset": 0, "results": [{"exchangeCode": "AMS"}, {"exchangeCode": "ASE"}, {"exchangeCode": "ASX"}, {"exchangeCode": "ATH"}, {"exchangeCode": "BER"}, {"exchangeCode": "BRU"}, {"exchangeCode": "BSE"}, {"exchangeCode": "BTS"}, {"exchangeCode": "BUD"}, {"exchangeCode": "BUE"}, {"exchangeCode": "CAI"}, {"exch... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "offset": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"exchangeCode": {"type": "string"}}, "required": ["exchangeCode"]}}, "responseStatus": {"type": "null"}}, "r... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/00e6abc9-8573-4a1d-a2d4-8991b32c254c/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | top long short account ratio | Returns the top long to short account ratio
If startTime and endTime are not sent, the most recent data is returned. | 200 | Response | [{"symbol": "BNBUSDT", "longAccount": "0.6334", "longShortRatio": "1.7278", "shortAccount": "0.3666", "timestamp": 1661961600000}, {"symbol": "BNBUSDT", "longAccount": "0.6330", "longShortRatio": "1.7248", "shortAccount": "0.3670", "timestamp": 1661965200000}, {"symbol": "BNBUSDT", "longAccount": "0.6363", "longShortRa... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "longAccount": {"type": "string"}, "longShortRatio": {"type": "string"}, "shortAccount": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["longAccount", "longShortRa... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/d2b7a245-231c-4a9f-ad9b-6b1f0a35c303/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | market order book | Returns the most recent trades in order book for the market pair provided
Limits that are set must be among these [5, 10, 20, 50, 100, 500, 1000]
For each element in the bids/asks response (See example response)
[
"19952.90", #price
"15.393" #quantity
]
E is the message output time
T is the ... | 200 | Response | {"lastUpdateId": 1876097170914, "E": 1662040179092, "T": 1662040179084, "bids": [["19953.20", "10.935"], ["19952.70", "0.007"], ["19952.60", "0.028"], ["19952.50", "0.463"], ["19952.40", "4.998"], ["19952.30", "0.001"], ["19952.20", "0.006"], ["19952.00", "0.002"], ["19951.80", "0.004"], ["19951.60", "0.004"]], "asks":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lastUpdateId": {"type": "integer"}, "E": {"type": "integer"}, "T": {"type": "integer"}, "bids": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "asks": {"type": "array", "items": {"type": "array", "items": {"type... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/6fb93625-f13d-4d54-85b7-2f43b05e27d9/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | top long short position ratio | Returns the top long to short positions ratio
If startTime and endTime are not sent, the most recent data is returned. | 200 | Response | [{"symbol": "ETHUSDT", "longAccount": "0.5184", "longShortRatio": "1.0766", "shortAccount": "0.4816", "timestamp": 1662033600000}, {"symbol": "ETHUSDT", "longAccount": "0.5192", "longShortRatio": "1.0799", "shortAccount": "0.4808", "timestamp": 1662037200000}, {"symbol": "ETHUSDT", "longAccount": "0.5173", "longShortRa... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "longAccount": {"type": "string"}, "longShortRatio": {"type": "string"}, "shortAccount": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["longAccount", "longShortRa... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/b2f1fad6-c815-4aa0-ab60-a136ab8a2049/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | funding rate history | Returns funding rate history
endTime is a timestamp in ms
limit is the number of candle sticks to get (default=500)
If no pair is provided, it returns all current funding rates.
If startTime and endTime are not sent, the most recent limit data are returned. | 200 | Response | [{"symbol": "GALABUSD", "fundingTime": 1662019200000, "fundingRate": "0.00010000"}, {"symbol": "GALAUSDT", "fundingTime": 1662019200000, "fundingRate": "0.00005712"}, {"symbol": "GALBUSD", "fundingTime": 1662019200000, "fundingRate": "0.00009630"}, {"symbol": "GALUSDT", "fundingTime": 1662019200000, "fundingRate": "0.0... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "fundingTime": {"type": "integer"}, "fundingRate": {"type": "string"}}, "required": ["fundingRate", "fundingTime", "symbol"]}} |
a429c2ab-16d2-4d32-9842-0d8841d479c7/21ee8c38-3e9d-4a4f-a0c9-149b2157a0fa/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | 24 hr stats | 24 hour rolling window price change statistics.
Be Careful when accessing this with no pair. | 200 | Response | {"symbol": "ETHUSDT", "priceChange": "-27.67", "priceChangePercent": "-1.760", "weightedAvgPrice": "1556.18", "lastPrice": "1544.90", "lastQty": "0.492", "openPrice": "1572.57", "highPrice": "1588.00", "lowPrice": "1526.43", "volume": "9954482.204", "quoteVolume": "15490936593.87", "openTime": 1661956800000, "closeTime... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "priceChange": {"type": "string"}, "priceChangePercent": {"type": "string"}, "weightedAvgPrice": {"type": "string"}, "lastPrice": {"type": "string"}, "lastQty": {"type": "string"}, "openPrice": {"type": "string"... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/8200f661-ebbe-4dfd-9e62-b5b94b6e4c1a/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | recent trades | Returns the most recent trades of a particular pair
Set limit as a query parameter to specify the number of trades to get (default=500, max=1000). | 200 | Response | [{"id": 2778522898, "price": "19913.50", "qty": "0.183", "quoteQty": "3644.17", "time": 1662040256735, "isBuyerMaker": false}, {"id": 2778522899, "price": "19913.50", "qty": "0.017", "quoteQty": "338.52", "time": 1662040256735, "isBuyerMaker": false}, {"id": 2778522900, "price": "19913.50", "qty": "0.024", "quoteQty": ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "price": {"type": "string"}, "qty": {"type": "string"}, "quoteQty": {"type": "string"}, "time": {"type": "integer"}, "isBuyerMaker": {"type": "boolean"}}, "required": ["id", "isBuyerMaker... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/85350c27-e7db-44d8-ae31-57748dbdd394/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | open interest | Returns present open interest of a specific pair. | 200 | Response | {"symbol": "BNBUSDT", "openInterest": "533200.86", "time": 1662043151004} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "openInterest": {"type": "string"}, "time": {"type": "integer"}}, "required": ["openInterest", "symbol", "time"]} |
a429c2ab-16d2-4d32-9842-0d8841d479c7/afc62a4e-64c6-4567-a8bd-aafe82a0f1ec/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | order book | Returns the order book of the pair provided.
If no pair is provided, order books of all pairs will be returned in an array. | 200 | Response | {"symbol": "RAYUSDT", "bidPrice": "0.640", "bidQty": "10769.6", "askPrice": "0.641", "askQty": "11998.0", "time": 1662043271571} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "bidPrice": {"type": "string"}, "bidQty": {"type": "string"}, "askPrice": {"type": "string"}, "askQty": {"type": "string"}, "time": {"type": "integer"}}, "required": ["askPrice", "askQty", "bidPrice", "bidQty", ... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/1f791850-bd71-472d-af78-514167858fd6/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | global long short account ratio | Returns the global long to short account ratio
If startTime and endTime are not sent, the most recent data is returned. | 200 | Response | [{"symbol": "BNBUSDT", "longAccount": "0.6954", "longShortRatio": "2.2830", "shortAccount": "0.3046", "timestamp": 1662058800000}, {"symbol": "BNBUSDT", "longAccount": "0.6936", "longShortRatio": "2.2637", "shortAccount": "0.3064", "timestamp": 1662062400000}, {"symbol": "BNBUSDT", "longAccount": "0.6936", "longShortRa... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "longAccount": {"type": "string"}, "longShortRatio": {"type": "string"}, "shortAccount": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["longAccount", "longShortRa... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/2740d93c-01f1-40ef-bdc7-8062e6c9e258/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | open interest stats | Returns open interest statistics with the period provided
If startTime and endTime are not sent, the most recent data is returned.
Only the data of the latest 30 days is available. | 200 | Response | [{"symbol": "BTCUSDT", "sumOpenInterest": "120280.76300000", "sumOpenInterestValue": "2455471636.26350000", "timestamp": 1661853600000}, {"symbol": "BTCUSDT", "sumOpenInterest": "120392.80100000", "sumOpenInterestValue": "2455507490.63580000", "timestamp": 1661860800000}, {"symbol": "BTCUSDT", "sumOpenInterest": "12022... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "sumOpenInterest": {"type": "string"}, "sumOpenInterestValue": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["sumOpenInterest", "sumOpenInterestValue", "symbol", ... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/d5a0c1a4-ac9b-444f-9216-42215c8229e0/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | premium index | Returns the preimum index and funding rate of a pair
If no pair is given, it returns the premium indexes and funding rates of all the pairs | 200 | Response | [{"symbol": "RAYUSDT", "markPrice": "0.64500000", "indexPrice": "0.64511577", "estimatedSettlePrice": "0.65659539", "lastFundingRate": "-0.00001995", "interestRate": "0.00010000", "nextFundingTime": 1662048000000, "time": 1662041954000}, {"symbol": "API3USDT", "markPrice": "1.62900000", "indexPrice": "1.63156760", "est... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "markPrice": {"type": "string"}, "indexPrice": {"type": "string"}, "estimatedSettlePrice": {"type": "string"}, "lastFundingRate": {"type": "string"}, "interestRate": {"type": "string"}... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/97976d33-3a72-4701-ab2b-2d55c5aee055/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | Index price candle stick | Returns the index price candle sticks of the specified pair
Valid Intervals are ["1m", "3m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "3d", "1w", "1M"] | 200 | Response | [{"open-time": 1661896800000, "open": "19880.77349708", "high": "19924.87947372", "low": "19756.74884585", "close": "19808.87625806", "ignore": "0", "close-time": 1661903999999}, {"open-time": 1661904000000, "open": "19808.89838896", "high": "20249.81836411", "low": "19803.35488375", "close": "20235.33450204", "ignore"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"open-time": {"type": "integer"}, "open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "close": {"type": "string"}, "ignore": {"type": "string"}, "close-time": {"type": "integer"}}, "r... |
a429c2ab-16d2-4d32-9842-0d8841d479c7/30cb0d00-87ed-4b49-a9f2-7b127617a356/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | price | Returns the price of an asset
If no pair is provided, prices for all symbols will be returned in an array. | 200 | Response | {"symbol": "BNBUSDT", "price": "277.940", "time": 1662070023906} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "price": {"type": "string"}, "time": {"type": "integer"}}, "required": ["price", "symbol", "time"]} |
a429c2ab-16d2-4d32-9842-0d8841d479c7/366ab346-dfe0-4ec8-85b0-494c2c1f2efa/0/0 | Binance-API | An API that allows you to beable to interract with binance including getting price data, trades data, order book data, candle stick data and many more | 0.1 | server time | Returns current time on the server.
Also used to check if you are connected too the API | 200 | Response | {"serverTime": 1661892342818} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"serverTime": {"type": "integer"}}, "required": ["serverTime"]} |
89b6ae0a-0649-4eef-922a-f13f419c7633/79d1ab92-33d2-4ec1-9fe9-ef15a48b96d5/0/0 | Currency | 190+ Currencies Exchange Rates with 10-minute updates, minimum latency and affordable price | 8.2 | Latest Rate | Latest endpoint will return exchange rate. Data is updated every 10 minutes. | 200 | Response | {"rt": 1.135046, "ts": 1591894347} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rt": {"type": "number"}, "ts": {"type": "integer"}}, "required": ["rt", "ts"]} |
89b6ae0a-0649-4eef-922a-f13f419c7633/9de8e591-f543-45a3-8987-8b8cd5a5eed8/0/0 | Currency | 190+ Currencies Exchange Rates with 10-minute updates, minimum latency and affordable price | 8.2 | All Latest Rates | All Latest Rates endpoint will return exchange rates based USD. Data is updated every 10 minutes. | 200 | Response | {"bs": "USD", "rt": {"AED": 3.6732, "AFN": 77.199999, "ALL": 110.75, "AMD": 481.616228, "ANG": 1.794399, "AOA": 578.733, "ARS": 70.158428, "ATOM": 0.380446, "AUD": 1.457004, "AWG": 1.8, "AZN": 1.7025, "BAM": 1.741534, "BAT": 3.657337, "BBD": 2, "BCH": 0.004358, "BDT": 84.861663, "BGN": 1.74189, "BHD": 0.377589, "BIF": ... | {"properties": {"bs": {"type": "string"}, "rt": {"properties": {"AED": {"type": "number"}, "AFN": {"type": "number"}, "ALL": {"type": "number"}, "AMD": {"type": "number"}, "ANG": {"type": "number"}, "AOA": {"type": "number"}, "ARS": {"type": "number"}, "ATOM": {"type": "number"}, "AUD": {"type": "number"}, "AWG": {"typ... |
dc138f58-410d-492f-92b8-add9782ab97b/45409f16-c8ad-4cc2-b004-004de1783b03/0/0 | Swiss QR bills | API to generate Swiss QR bills in SVG, PDF or PNG format. | 6.3 | /generate | API to generate Swiss QR bills. | 200 | Response | {"data": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjIxMG1tIiBoZWlnaHQ9IjEwNW1tIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1OTUuMjc2IDI5Ny42MzgiIH... | {"properties": {"data": {"type": "string"}, "error": {"type": "string"}, "ext": {"type": "string"}}, "type": "object"} |
c64017e0-dbeb-4ef7-8363-72d1c692f83c/8ad6c10d-4aab-4c1a-a35e-09ceab657389/0/0 | Cryptocurrency Data | Catalog | null | metadata | The list of all available assets | 200 | New Example | {"spot": {"metrics": [{"market_venue": "binance", "symbol": "btc", "base": "usdt"}]}} | {"type": "object", "properties": {"spot": {"type": "object", "properties": {"metrics": {"type": "array", "items": {"type": "object", "properties": {"market_venue": {"type": "string"}, "symbol": {"type": "string"}, "base": {"type": "string"}}}}}}}} |
5d6cd1ae-e5c5-4484-b37d-60e81555ecd0/2d4961de-7ad5-4406-ba0a-db9cceb3fa12/0/0 | Indian Share Market | Live Indian Share Market data | null | Get all stock data of category specified | Indian Share Market categorized into
trending_stocks, 52_week_high, 52_week_low, most_active_stocks, top_stock_gainers, top_stock_losers
use these values for category parameter in query | 200 | Response | {"data": [{"name": "SBI", "last": "502.15", "high": "512.65", "low": "488.40", "chg": "+0.80", "chg_pct": "+0.16%", "volume": "31.35M", "time": "29/10"}, {"name": "Indian Railway Catering", "last": "845.70", "high": "906.45", "low": "639.45", "chg": "-67.80", "chg_pct": "-7.42%", "volume": "82.85M", "time": "30/10"}, {... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "last": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "chg": {"type": "string"}, "chg_pct": {"type": "string"}, "volume": {"type": "string"}, "time": {"type": "... |
b000c101-14f5-4981-95be-3cc175317104/adc623c2-a3bb-41b5-b6b3-8dcd359aff42/0/0 | SEC - Securities and Exchange Dataset | Provides an easy method for accessing data the SEC filings. | null | query | Query functionality supports a number of filters. The result will only include 20 results, but has the ability
to filter for specific results. | 200 | Response | {"result": [{"_id": "1662972_0001564590-20-053679", "cik": "1662972", "companyname": "Blackstone Real Estate Income Trust,", "filingdate": "2020-11-13 00:00:00", "formtype": "10-Q", "id": "0001564590-20-053679", "url": "https://www.sec.gov/Archives/edgar/data/1662972/0001564590-20-053679.txt"}, {"_id": "1490161_0001683... | {"properties": {"result": {"items": {"properties": {"_id": {"type": "string"}, "cik": {"type": "string"}, "companyname": {"type": "string"}, "filingdate": {"type": "string"}, "formtype": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "st... |
bdac9696-b74f-43e9-9cef-77568a9fd31e/799878f6-5ac6-4cad-af0e-bb0e6ad0131c/0/0 | Crypto News | Crypto News API lets you view multiple news data from top cryptocurrency news across multiple platforms and can search a specific platform if you like from various news sites. | null | Get individual crypto news sources | Gets news from a specific news source. | 200 | New Example | [{"title": "UK Treasury suggests crypto investors may not fully understand what they are buying", "url": "https://cryptodaily.co.uk/2022/01/uk-treasury-suggests-crypto-investors-may-not-fully-understand-what-they-are-buying", "source": "cryptodaily"}, {"title": "Banks will be sidelined by CBDCs - They will need to embr... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
7b1bf68d-7435-428d-85eb-7267f1a986ee/7209146f-7011-4291-9bba-aa0f986a4947/0/0 | Live Metal Prices | Live prices for Gold, Silver, Palladium and Platinum in 160+ currencies including USD, GBP and EUR. | 9.8 | Latest In chosen currency | Select what you need for a smaller payload! Real-time Gold, Silver, Palladium, Platinum and 160+ currency rates based on selected Currency | 200 | Response | {"baseCurrency": "USD", "rates": {"EUR": 0.85226, "GBP": 0.77657, "PA": 2277.23, "PL": 931, "XAG": 23.78, "XAU": 1931.2}, "success": true, "unit": "ounce", "validationMessage": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseCurrency": {"type": "string"}, "rates": {"type": "object", "properties": {"EUR": {"type": "number"}, "GBP": {"type": "number"}, "PA": {"type": "number"}, "PL": {"type": "integer"}, "XAG": {"type": "number"}, "XAU": {"type": "number"}}, ... |
7b1bf68d-7435-428d-85eb-7267f1a986ee/549d235b-5630-4fbf-9f7c-86062d05214c/0/0 | Live Metal Prices | Live prices for Gold, Silver, Palladium and Platinum in 160+ currencies including USD, GBP and EUR. | 9.8 | Latest Selected Metals in Selected Currency In Grams | Select what you need for a smaller payload! Real-time Gold, Silver, Palladium, Platinum and 160+ currency rates based on selected Currency | 200 | Response | {"baseCurrency": "USD", "rates": {"EUR": 0.85226, "GBP": 0.77657, "PA": 2277.23, "PL": 931, "XAG": 23.78, "XAU": 1931.2}, "success": true, "unit": "ounce", "validationMessage": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseCurrency": {"type": "string"}, "rates": {"type": "object", "properties": {"EUR": {"type": "number"}, "GBP": {"type": "number"}, "PA": {"type": "number"}, "PL": {"type": "integer"}, "XAG": {"type": "number"}, "XAU": {"type": "number"}}, ... |
7b1bf68d-7435-428d-85eb-7267f1a986ee/ae8153d4-7aec-4bdf-aec6-b95551691691/0/0 | Live Metal Prices | Live prices for Gold, Silver, Palladium and Platinum in 160+ currencies including USD, GBP and EUR. | 9.8 | Latest (retrieve selected 160+ Symbols) | Select what you need for a smaller payload! Real-time Gold, Silver, Palladium, and Platinum provided in 160+ currencies including USD, GBP and EUR. | 200 | Response | {"baseCurrency": "USD", "rates": {"EUR": 0.85226, "GBP": 0.77657, "PA": 2277.23, "PL": 931, "XAG": 23.78, "XAU": 1931.2}, "success": true, "unit": "ounce", "validationMessage": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseCurrency": {"type": "string"}, "rates": {"type": "object", "properties": {"EUR": {"type": "number"}, "GBP": {"type": "number"}, "PA": {"type": "number"}, "PL": {"type": "integer"}, "XAG": {"type": "number"}, "XAU": {"type": "number"}}, ... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/72e4d850-9f6e-4dea-be5f-63600fd20a12/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | HKD rates | This endpoint provides the HKD rates against the most important currencies (USD,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "0.111194", "ric": "HKDEUR=X", "symbol": "HKDEUR", "net_change": "-8.7e-05", "percent_change": "-0.0781805", "day_high": "0.111314", "day_low": "0.111075", "fiftytwo_wk_high": "0.11137", "fiftytwo_wk_low": "0.10442", "time": "2021-10-12 11:50:00", "bid": "0.111194", "ask": "0.111209", "open"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": ["integer", "string"]}, "percent_change": {"type": ["in... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/834cbbcf-f8ec-4020-97d0-bfa9e5bc57df/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | CHF rates | This endpoint provides the CHF rates against the most important currencies (USD,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "0.9331", "ric": "CHFEUR=X", "symbol": "CHFEUR", "net_change": "0.0003", "percent_change": "0.0321612", "day_high": "0.9338", "day_low": "0.9324", "fiftytwo_wk_high": "0.938", "fiftytwo_wk_low": "0.8961", "time": "2021-10-12 08:19:57", "bid": "0.9331", "ask": "0.9333", "open": "0.9325", "pre... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/e3c85624-445a-4530-a9f6-458afa253e69/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | SEK rates | This endpoint provides the SEK rates against the most important currencies (USD,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "0.0989", "ric": "SEKEUR=X", "symbol": "SEKEUR", "net_change": "0.0002", "percent_change": "0.202634", "day_high": "0.099", "day_low": "0.0986", "fiftytwo_wk_high": "0.0999", "fiftytwo_wk_low": "0.0954", "time": "2021-10-12 12:10:00", "bid": "0.0989", "ask": "0.099", "open": "0.0986", "prevC... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": ["integer", "string"]}, "percent_change": {"type": ["in... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/fade8fa1-b27d-4db3-87b1-df9119fca5ba/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | CNY rates | This endpoint provides the CNY rates against the most important currencies (USD,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "0.15489", "ric": "CNYUSD=X", "symbol": "CNYUSD", "net_change": "-0.00012", "percent_change": "-0.0774144", "day_high": "0.15502", "day_low": "0.154837", "fiftytwo_wk_high": "0.15729", "fiftytwo_wk_low": "0.14787", "time": "2021-10-12 08:54:41", "bid": "0.15489", "ask": "0.154907", "open": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": ["integer", "string"]}, "percent_change": {"type": ["in... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/adf9cf58-b9d1-49e3-aea6-8d3d7e40bd37/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | RUB rates | This endpoint provides the RUB rates against the most important currencies (USD,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "0.013916", "ric": "RUBUSD=X", "symbol": "RUBUSD", "net_change": "2.8e-05", "percent_change": "0.201613", "day_high": "0.013936", "day_low": "0.013897", "fiftytwo_wk_high": "0.01397", "fiftytwo_wk_low": "0.01233", "time": "2021-10-12 11:54:55", "bid": "0.013916", "ask": "0.013919", "open": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": ["integer", "string"]}, "percent_change": {"type": ["in... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/c8bb5366-2fbb-4a43-b0e0-565580d338b7/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | AUD rates | This endpoint provides the Euro rates against the most important currencies (USD,GBP,JPY,CAD...) | 200 | Response | {"currencypairs": [{"last": "0.7381", "ric": "AUD=X", "symbol": "AUDUSD", "net_change": "0.003", "percent_change": "0.408108", "day_high": "0.7381", "day_low": "0.7333", "fiftytwo_wk_high": "0.8007", "fiftytwo_wk_low": "0.699", "time": "2021-10-12 11:00:00", "bid": "0.7381", "ask": "0.7382", "open": "0.735", "prevClose... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/e58c300c-a9cf-4b48-b085-1ead7a33edb9/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | CAD rates | Returns exchange rates between CAD and most important currencies | 200 | Response | {"currencypairs": [{"last": "90.86", "ric": "CADJPY=X", "symbol": "CADJPY", "net_change": "0.1", "percent_change": "0.110181", "day_high": "91.03", "day_low": "90.56", "fiftytwo_wk_high": "91.19", "fiftytwo_wk_low": "77.88", "time": "2021-10-12 09:59:59", "bid": "90.86", "ask": "90.9", "open": "90.75", "prevClose": "90... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/3227d8b9-839e-42b2-9faf-3e1acda2688c/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | Any Currency Pair | It returns the exchange rate between two currecies defined in the parameters 'from' and 'to' | 200 | Response | {"currencypairs": [{"last": "7.4402", "ric": "EURDKK=X", "symbol": "EURDKK", "net_change": "0.0025", "percent_change": "0.0336125", "day_high": "7.4417", "day_low": "7.4399", "fiftytwo_wk_high": "7.4582", "fiftytwo_wk_low": "7.3942", "time": "2021-10-12 09:39:59", "bid": "7.4402", "ask": "7.4415", "open": "7.4382", "pr... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/b8b14a9d-58ed-405f-b868-a84f17687972/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | GBP rates | It provides the GBP rates against the most important currencies | 200 | Response | {"currencypairs": [{"last": "1.3608", "ric": "GBP=X", "symbol": "GBPUSD", "net_change": "0.0013", "percent_change": "0.0956234", "day_high": "1.362", "day_low": "1.357", "fiftytwo_wk_high": "1.4248", "fiftytwo_wk_low": "1.2852", "time": "2021-10-12 10:20:00", "bid": "1.3608", "ask": "1.3609", "open": "1.3597", "prevClo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/b8e3c294-fa37-4f02-acc9-d3cf39677df0/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | USD rates | This endpoint provides the USD rates against the most important currencies (EUR ,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "1.1553", "ric": "EUR=X", "symbol": "EURUSD", "net_change": "0.0002", "percent_change": "0.0173145", "day_high": "1.157", "day_low": "1.1548", "fiftytwo_wk_high": "1.2349", "fiftytwo_wk_low": "1.1527", "time": "2021-10-12 10:20:00", "bid": "1.1553", "ask": "1.1556", "open": "1.1553", "prevCl... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
1ca2267a-8aae-4b7a-aeef-fd8c683f2053/67f4a60f-0344-44a3-800c-12c47f35a955/0/0 | Reuters Exchange Rates | It provides currency exchange rates from reuters: spot, bid, ask among other useful information | 0.3 | EUR rates | This endpoint provides the Euro rates against the most important currencies (USD,GBP,JPY,AUD...) | 200 | Response | {"currencypairs": [{"last": "1.1553", "ric": "EUR=X", "symbol": "EURUSD", "net_change": "0.0002", "percent_change": "0.0173145", "day_high": "1.157", "day_low": "1.1548", "fiftytwo_wk_high": "1.2349", "fiftytwo_wk_low": "1.1527", "time": "2021-10-12 10:20:00", "bid": "1.1553", "ask": "1.1556", "open": "1.1553", "prevCl... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currencypairs": {"type": "array", "items": {"type": "object", "properties": {"last": {"type": "string"}, "ric": {"type": "string"}, "symbol": {"type": "string"}, "net_change": {"type": "string"}, "percent_change": {"type": "string"}, "day_h... |
6406b938-c493-469d-b546-3012f1ea53bb/f108db32-b4a8-4a65-b5cd-e4c2e3b3e5d0/0/0 | CryptoCompare | An API to compare buy and sell prices of crypto assets from various global exchanges. | null | Get List of Exchanges | General
Use this endpoint to get a list of all the global exchanges used for comparing prices for crypto assets. | 200 | New Example | ["Alfacash", "Altalix", "Anycoin Direct", "BC Bitcoin", "BigONE", "Binance", "Binfinity", "bit2me", "bit4coin", "BitBay", "Bitbuy", "Bitcoin.de", "Bitfinex", "bitFlyer EU", "bitFlyer US", "Bitonic", "Bitpanda", "Bitso", "Bitstamp", "BTC Direct", "BTCBIT", "BtcTurk", "CEX.IO", "Change Invest", "Changelly", "ChangeNow", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
e1b74c8e-a5c2-4758-a921-6b187cf07bb2/27d1b8c4-30c3-4252-8e06-f2fbd5ef5dcc/0/0 | TradeIndicator - NYSE | Are you investing a lot of time researching technical indicators to enable your trading decisions? Statistics show that traders spend between 2-4 hours daily on stock screening and fundamental analysis.
We at TradeIndicators aspire to help you cut down this time significantly. We offer,
. AI-based 100+ indicators
. Com... | 0.1 | Stock List Based On Technical Indicators | Returns all the NYSE tickers that conform to the technical indicators that are applied.
More than 1 indicator can be applied | 200 | Response Format | [{"Market Date": "2022-08-12", "Exchange": "NYSE", "Ticker Code": "BAC-P-S", "Company": "BAC-P-S", "Previous Close": "22.06", "Open": "22.10", "Low": "21.92", "High": "22.14", "Close": "22.02", "Volume": "90161", "Price Change in %": "-0.2", "Price Change in % - Last 7 days": "0.50", "Price Change in % - Last 30 days":... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Market Date": {"type": "string"}, "Exchange": {"type": "string"}, "Ticker Code": {"type": "string"}, "Company": {"type": "string"}, "Previous Close": {"type": "string"}, "Open": {"type": "string"}, "Low": {"type":... |
1e8a8be0-2046-42bc-b24c-9cf2254ef7ad/134ff8ab-455b-4dee-ad7b-faa60f7dc2bb/0/0 | De Fi Crypto Currency Exchange | De Fi Crypto Exchange API finds the most efficient paths for a token swap, allowing asset exchanges at the best rates on the market. | null | swap | Generate data for calling the router for exchange. The data ready to send the transaction. | 200 | Response | {"from": "0x704D1B76a1be4682CE307a2807AC035afD59481E", "to": "0x1111111254fb6c44bac0bed2854e76f90643097d", "data": "0x7c0252000000000000000000000000009c4350f527ff7f96b650ee894ae9103bdfec04320000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000018000... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "data": {"type": "string"}, "value": {"type": "string"}, "gas": {"type": "integer"}, "gasPrice": {"type": "string"}}, "required": ["data", "from", "gas", "gasPrice", "to", "value"]} |
1e8a8be0-2046-42bc-b24c-9cf2254ef7ad/2c157a4a-4f4d-40a8-862c-ba567df52d9a/0/0 | De Fi Crypto Currency Exchange | De Fi Crypto Exchange API finds the most efficient paths for a token swap, allowing asset exchanges at the best rates on the market. | null | rate | Find the best quote to exchange. | 200 | Response | {"fromToken": {"symbol": "BUSD", "name": "BUSD Token", "decimals": 18, "address": "0xe9e7cea3dedca5984780bafc599bd69add087d56", "logoURI": "https://tokens.1inch.io/0x4fabb145d64652a948d72533023f6e7a623c7c53.png"}, "toToken": {"address": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c", "decimals": 18, "symbol": "WBNB", "na... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fromToken": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "logoURI": {"type": "string"}}, "required": ["address", "decimals", "log... |
1e8a8be0-2046-42bc-b24c-9cf2254ef7ad/1ca35d4f-6c12-4d0a-8cfa-7d1048a2d30e/0/0 | De Fi Crypto Currency Exchange | De Fi Crypto Exchange API finds the most efficient paths for a token swap, allowing asset exchanges at the best rates on the market. | null | approve | Generate data for calling the contract in order to allow the router to spend funds. The data ready to send the approval transaction. | 200 | Response | {"data": "0x095ea7b30000000000000000000000001111111254fb6c44bac0bed2854e76f90643097d00000000000000000000000000000000000000000000006c6b935b8bbd400000", "gasPrice": "15000000000", "to": "0xe9e7cea3dedca5984780bafc599bd69add087d56", "value": "0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "string"}, "gasPrice": {"type": "string"}, "to": {"type": "string"}, "value": {"type": "string"}}, "required": ["data", "gasPrice", "to", "value"]} |
3d09ee10-b839-4498-ad41-dcfc38974cda/7cc10ffe-c31f-4f83-949b-69918bb35b8b/0/0 | TradeIndicators.io : LSE (London Stock Exchange) | Are you investing a lot of time researching technical indicators to enable your trading decisions? Statistics show that traders spend between 2-4 hours daily on stock screening and fundamental analysis.
We at TradeIndicators aspire to help you cut down this time significantly. We offer,
. AI-based 100+ indicators
. Com... | null | Stock List Based On Technical Indicators | Returns all the LSE (London Stock Exchange) tickers that conform to the technical indicators that are applied.
More than 1 indicator can be applied | 200 | Response Format | [{"Market Date": "2022-08-11", "Exchange": "LSE", "Ticker Code": "HSW", "Company": "Hostelworld Group plc", "Previous Close": 89, "Open": 88.1, "Low": 83.5, "High": 89.624, "Close": 84.7, "Volume": "197081", "Price Change in %": -4.8, "Price Change in % - Last 7 days": -15.000000000000002, "Price Change in % - Last 30 ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Market Date": {"type": "string"}, "Exchange": {"type": "string"}, "Ticker Code": {"type": "string"}, "Company": {"type": "string"}, "Previous Close": {"type": "number"}, "Open": {"type": "number"}, "Low": {"type":... |
5e2a1540-bd6f-4f5c-b97e-d6aa511033ef/ef90cf9f-cd17-4508-a94a-5979ca28f249/0/0 | Currency Exchange - Forex | All Foreign Currency Exchange (forex) live data . | null | Get all exchange names | Get all the exchange names available. | 200 | Response | ["EUR/USD", "GBP/USD", "USD/JPY", "USD/CHF", "AUD/USD", "USD/CAD", "NZD/USD", "USD/ZAR", "USD/TRY", "USD/MXN", "USD/PLN", "USD/SEK", "USD/SGD", "USD/DKK", "USD/NOK", "USD/ILS", "XAU/USD", "XAG/USD", "USD/HUF", "USD/CZK", "USD/THB", "USD/AED", "USD/JOD", "USD/KWD", "USD/HKD", "USD/SAR", "USD/INR", "USD/KRW", "BRL/USD", ... | {"type": "array", "items": {"type": "string"}} |
5e2a1540-bd6f-4f5c-b97e-d6aa511033ef/55d2a8d7-5117-4439-ac5a-abf1a671fa2c/0/0 | Currency Exchange - Forex | All Foreign Currency Exchange (forex) live data . | null | Get a specific currency exchange data | Get a specific currency exchange data like USD to INR etc | 200 | Response | {"name": "INR/USD", "bid": "0.01334", "ask": "0.01334", "high": "0.01336", "low": "0.01333", "chg": "-0.00000", "chg_pct": "-0.02%", "time": "16:11:12"} | {"type": "object", "properties": {"name": {"type": "string"}, "bid": {"type": "string"}, "ask": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "chg": {"type": "string"}, "chg_pct": {"type": "string"}, "time": {"type": "string"}}} |
5e2a1540-bd6f-4f5c-b97e-d6aa511033ef/a77934ae-0698-4922-8b33-02a56f596739/0/0 | Currency Exchange - Forex | All Foreign Currency Exchange (forex) live data . | null | Get all currency exchange data | Get all real time currency exchange data (forex data) | 200 | Response | {"data": {"EUR/USD": {"name": "EUR/USD", "bid": "1.1565", "ask": "1.1568", "high": "1.1575", "low": "1.1546", "chg": "+0.0006", "chg_pct": "+0.05%", "time": "16:11:28"}, "GBP/USD": {"name": "GBP/USD", "bid": "1.3649", "ask": "1.3650", "high": "1.3691", "low": "1.3643", "chg": "-0.0042", "chg_pct": "-0.30%", "time": "16... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"EUR/USD": {"type": "object", "properties": {"name": {"type": "string"}, "bid": {"type": "string"}, "ask": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "chg": {"type": "string"}, "chg_pct": {"type": "string"}, "tim... |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_bd041ad9-932b-4613-8809-ad6b62051843/0/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | SundaeGetPopularPools | 200 | null | {"history": {"poolsPopular": [{"apr": 0, "assetA": {"assetId": "", "assetName": "", "dateListed": "", "decimals": 0, "logo": "", "policyId": "", "ticker": ""}, "assetB": {"assetId": "", "assetName": "", "dateListed": "", "decimals": 0, "logo": "", "policyId": "", "ticker": ""}, "assetID": "", "assetLP": {"assetId": "",... | {"properties": {"history": {"properties": {"poolsPopular": {"items": {"properties": {"apr": {"type": "number"}, "assetA": {"properties": {"assetId": {"type": "string"}, "assetName": {"type": ["string", "null"]}, "dateListed": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": ["string", "null"]}, "po... | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_bd041ad9-932b-4613-8809-ad6b62051843/1/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | SundaeGetPopularPools | 500 | null | {"history": {"poolsPopular": [{"apr": 0, "assetA": {"assetId": "", "assetName": "", "dateListed": "", "decimals": 0, "logo": "", "policyId": "", "ticker": ""}, "assetB": {"assetId": "", "assetName": "", "dateListed": "", "decimals": 0, "logo": "", "policyId": "", "ticker": ""}, "assetID": "", "assetLP": {"assetId": "",... | {"properties": {"history": {"properties": {"poolsPopular": {"items": {"properties": {"apr": {"type": "number"}, "assetA": {"properties": {"assetId": {"type": "string"}, "assetName": {"type": ["string", "null"]}, "dateListed": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": ["string", "null"]}, "po... | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_8828b1c8-b7ec-4283-bc34-94c1be8efc93/0/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | MinGetTopPoolNames | 500 | null | {"pools_available": []} | {"properties": {"pools_available": {"items": {"type": "string"}, "type": ["array", "null"]}}, "type": "object"} | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_8828b1c8-b7ec-4283-bc34-94c1be8efc93/1/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | MinGetTopPoolNames | 200 | null | {"pools_available": []} | {"properties": {"pools_available": {"items": {"type": "string"}, "type": ["array", "null"]}}, "type": "object"} | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_ad5d9c82-17a5-4b87-95e6-d8905a7a5538/0/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | SundaeGetTopPoolNames | 500 | null | {"pools_available": []} | {"properties": {"pools_available": {"items": {"type": "string"}, "type": ["array", "null"]}}, "type": "object"} | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_ad5d9c82-17a5-4b87-95e6-d8905a7a5538/1/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | SundaeGetTopPoolNames | 200 | null | {"pools_available": []} | {"properties": {"pools_available": {"items": {"type": "string"}, "type": ["array", "null"]}}, "type": "object"} | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_0b8ef8f2-21a1-464d-b326-471e28ead44e/0/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | MinGetHistoricalData | 200 | null | {"history": {"topPools": [{"assetB": {"currencySymbol": "", "metadata": {"decimals": 0, "name": "", "ticker": "", "url": ""}, "tokenName": ""}, "lookup_date": "", "lpAsset": {"currencySymbol": "", "metadata": {"decimals": 0, "name": "", "ticker": "", "url": ""}, "tokenName": ""}, "name": "", "pendingOrders": {"limit": ... | {"properties": {"history": {"properties": {"topPools": {"items": {"properties": {"assetB": {"properties": {"currencySymbol": {"type": "string"}, "metadata": {"properties": {"decimals": {"type": "integer"}, "name": {"type": "string"}, "ticker": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}, "tokenNam... | |
8146d775-8746-4072-a04d-ded0bfb8a4d6/endpoint_0b8ef8f2-21a1-464d-b326-471e28ead44e/1/0 | ADA-API Full | Historical price data for the top 50 coin pairs. Includes prices, pair contract ids, reward rates, trade volume, and more. | null | MinGetHistoricalData | 500 | null | {"history": {"topPools": [{"assetB": {"currencySymbol": "", "metadata": {"decimals": 0, "name": "", "ticker": "", "url": ""}, "tokenName": ""}, "lookup_date": "", "lpAsset": {"currencySymbol": "", "metadata": {"decimals": 0, "name": "", "ticker": "", "url": ""}, "tokenName": ""}, "name": "", "pendingOrders": {"limit": ... | {"properties": {"history": {"properties": {"topPools": {"items": {"properties": {"assetB": {"properties": {"currencySymbol": {"type": "string"}, "metadata": {"properties": {"decimals": {"type": "integer"}, "name": {"type": "string"}, "ticker": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}, "tokenNam... | |
be032e81-2988-45d7-a4d5-85d51579cc32/08485678-5f6b-4666-80cc-2f09ea009f1a/0/0 | Slither | API for querying the DTCC Swaps Data Repository (SDR) for Forex (FX), Equities, Rates, Credit and Commodities | null | Commodities Assets | List of Assets from UNDERLYING_ASSETS_1 and UNDERLYING_ASSETS_2 | 200 | Response | {"data": [{"attributes": {"underlying_asset": "0"}, "type": "commodities_underlying_assets"}, {"attributes": {"underlying_asset": "[0.125 * DATED_BRENT (101)]/ 0.293071 / FX (1-11)"}, "type": "commodities_underlying_assets"}, {"attributes": {"underlying_asset": "[0.13 * DATED_BRENT (101)]/ 0.293071 / FX (1-11)"}, "type... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"underlying_asset": {"type": "string"}}, "required": ["underlying_asset"]}, "type": {"type": "string"}}, "required": ["attri... |
be032e81-2988-45d7-a4d5-85d51579cc32/108c55d8-927a-4eb1-948e-024959dbea3f/1/0 | Slither | API for querying the DTCC Swaps Data Repository (SDR) for Forex (FX), Equities, Rates, Credit and Commodities | null | Forex Currencies | List of Currencies from NOTIONAL_CURRENCY_1 and NOTIONAL_CURRENCY_2 fields | 200 | Response | {"data": [{"attributes": {"currency": "AED"}, "type": "forex_currencies"}, {"attributes": {"currency": "AMD"}, "type": "forex_currencies"}, {"attributes": {"currency": "AOA"}, "type": "forex_currencies"}, {"attributes": {"currency": "ARS"}, "type": "forex_currencies"}, {"attributes": {"currency": "AUD"}, "type": "forex... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"currency": {"type": "string"}}, "required": ["currency"]}, "type": {"type": "string"}}, "required": ["attributes", "type"]}... |
be032e81-2988-45d7-a4d5-85d51579cc32/308e98e0-d364-4829-94e2-f1b3867fc95a/1/0 | Slither | API for querying the DTCC Swaps Data Repository (SDR) for Forex (FX), Equities, Rates, Credit and Commodities | null | Rates Assets | List of Assets from UNDERLYING_ASSETS_1 and UNDERLYING_ASSETS_2 | 200 | Response | {"data": [{"attributes": {"underlying_asset": "0"}, "type": "rates_underlying_assets"}, {"attributes": {"underlying_asset": "0%"}, "type": "rates_underlying_assets"}, {"attributes": {"underlying_asset": "0.00"}, "type": "rates_underlying_assets"}, {"attributes": {"underlying_asset": "0.000% < CMS30Y-(CMS2Y) <= 9,999.00... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"underlying_asset": {"type": "string"}}, "required": ["underlying_asset"]}, "type": {"type": "string"}}, "required": ["attri... |
be032e81-2988-45d7-a4d5-85d51579cc32/a1210d3e-39f5-4ec0-a402-bada81e0ab2a/1/0 | Slither | API for querying the DTCC Swaps Data Repository (SDR) for Forex (FX), Equities, Rates, Credit and Commodities | null | Equity Assets | List of Assets from UNDERLYING_ASSETS_1 and UNDERLYING_ASSETS_2 | 200 | Response | {"data": [{"attributes": {"underlying_asset": "-"}, "type": "equities_underlying_assets"}, {"attributes": {"underlying_asset": "0"}, "type": "equities_underlying_assets"}, {"attributes": {"underlying_asset": "000001"}, "type": "equities_underlying_assets"}, {"attributes": {"underlying_asset": "000001.SZ"}, "type": "equ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"underlying_asset": {"type": "string"}}, "required": ["underlying_asset"]}, "type": {"type": "string"}}, "required": ["attri... |
be032e81-2988-45d7-a4d5-85d51579cc32/7c74023b-8607-42af-94af-99eb5ba0ed61/0/0 | Slither | API for querying the DTCC Swaps Data Repository (SDR) for Forex (FX), Equities, Rates, Credit and Commodities | null | Credit Assets | List of Assets from UNDERLYING_ASSETS_1 and UNDERLYING_ASSETS_2 | 400 | Example_1 | {"data": [{"attributes": {"underlying_asset": "001AEC:BESPOKE BASKET"}, "type": "credit_underlying_assets"}, {"attributes": {"underlying_asset": "00213MAN4:US00213MAN48"}, "type": "credit_underlying_assets"}, {"attributes": {"underlying_asset": "014477AR4:US014477AR46"}, "type": "credit_underlying_assets"}, {"attribute... | {"data": {"items": {"properties": {"attributes": {"properties": {"underlying_asset": {"format": "style", "type": "string"}}, "type": "object"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "jsonapi": {"properties": {"version": {"format": "utc-millisec", "type": "string"}}, "type": "object"}, "links... |
12a2354a-c646-4ec0-b759-a6d2431bfd47/042f2700-015a-41a9-aa6b-6c87dd95da0c/0/0 | Fear and greed index | Index calculated by https://money.cnn.com/data/fear-and-greed/ | 9.8 | Get Fear and greed index | https://money.cnn.com/data/fear-and-greed/ | 200 | null | {"fgi": {"now": {"value": 0, "valueText": ""}, "previousClose": {"value": 0, "valueText": ""}, "oneWeekAgo": {"value": 0, "valueText": ""}, "oneMonthAgo": {"value": 0, "valueText": ""}, "oneYearAgo": {"value": 0, "valueText": ""}}, "lastUpdated": {"epochUnixSeconds": 0, "humanDate": ""}} | {"type": "object", "properties": {"fgi": {"type": "object", "properties": {"now": {"type": "object", "properties": {"value": {"type": "number"}, "valueText": {"type": "string"}}}, "previousClose": {"type": "object", "properties": {"value": {"type": "number"}, "valueText": {"type": "string"}}}, "oneWeekAgo": {"type": "o... |
893ae2d8-2b4e-4b33-a96a-10513e5a5875/9f58decd-3e9a-448a-b7a0-5b8c1070ace9/0/0 | New API | Live Stock Prices | 6.1 | Get Price by Symbol | New API to get live prices of stocks by tickers | 400 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.