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 |
|---|---|---|---|---|---|---|---|---|---|
75877044-223d-4e0a-9afe-b55366c2b0ce/8ede70d4-d835-49c6-858d-0375fd842fbf/0/0 | Binance P2P API | Binance P2P API.
Get SELL and BUY ads according to your criterias. Use for profitable P2P trading.
BTC #ETH #USDT #BNB | 5.2 | Search Binance P2P Ads | This API will help you to get real-time buy and sell ads from Binance P2P exchange for any supported crypto and fiat currency pair. | 200 | Response | {"code": "000000", "message": null, "messageDetail": null, "data": [{"adv": {"advNo": "11482622035659620352", "classify": "mass", "tradeType": "BUY", "asset": "BNB", "fiatUnit": "EUR", "advStatus": null, "priceType": null, "priceFloatingRatio": null, "rateFloatingRatio": null, "currencyRate": null, "price": "304.303", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "null"}, "messageDetail": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"adv": {"type": "object", "properties": {"advNo": {"type": "string"}, "classify"... |
8f7b6384-c620-4667-80e2-192b03da900e/f87523f6-5a3c-487c-aed5-214d18ca0b34/0/0 | Realtime Crypto Prices | Get the Fastest and Realtime Crypto Rates and more... | 6.3 | Get Price History | Returns Price and Volume History within specified Date and time.
The start and end Date Time should be in UTC timezone with the format: "YYYY-MM-DD 24Hours:Minutes:Seconds" for Example: 2022-08-25 17:30:40 | 200 | History Example | {"symbol": "BTC", "to_fiat": "USD", "history": [{"datetime": "2022-07-25 15:40:00", "rate": 21901.421, "volume": 15376238921, "readable_volume": "$ 15.376B"}, {"datetime": "2022-07-25 15:45:00", "rate": 21916.0796, "volume": 15392933235, "readable_volume": "$ 15.393B"}, {"datetime": "2022-07-25 15:50:00", "rate": 21892... | {"type": "object", "properties": {"symbol": {"type": "string"}, "to_fiat": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"datetime": {"type": "string"}, "rate": {"type": "number"}, "volume": {"type": "integer"}, "readable_volume": {"type": "string"}}}}}} |
8f7b6384-c620-4667-80e2-192b03da900e/6bb1c9d8-2972-430c-9e69-96b66c4e6375/0/0 | Realtime Crypto Prices | Get the Fastest and Realtime Crypto Rates and more... | 6.3 | Get Realtime Volume | Returns Realtime volume of a coin in US Dollars. | 200 | volume example | {"symbol": "BTC", "volume": 13682330640, "readable_volume": "$ 13.682B"} | {"type": "object", "properties": {"symbol": {"type": "string"}, "volume": {"type": "integer"}, "readable_volume": {"type": "string"}}} |
8f7b6384-c620-4667-80e2-192b03da900e/f3a37b21-0f41-4329-b1ae-e44154ac5a28/0/0 | Realtime Crypto Prices | Get the Fastest and Realtime Crypto Rates and more... | 6.3 | Get Liquidity Value | Returns Liquidity value of a coin in US Dollars | 200 | liquidity example | {"symbol": "BTC", "liquidity": 1150227048, "readable_liquidity": "$ 1.1502B"} | {"type": "object", "properties": {"symbol": {"type": "string"}, "liquidity": {"type": "integer"}, "readable_liquidity": {"type": "string"}}} |
8f7b6384-c620-4667-80e2-192b03da900e/80de55e6-45e1-4c86-b68d-b09027ce01ab/0/0 | Realtime Crypto Prices | Get the Fastest and Realtime Crypto Rates and more... | 6.3 | Market Capitalization | Returns Market Capitalization of a coin in US Dollars. | 200 | Market Cap Example | {"symbol": "BTC", "marketcap": 474071770971, "readable_marketcap": "$ 474.07B"} | {"type": "object", "properties": {"symbol": {"type": "string"}, "marketcap": {"type": "integer"}, "readable_marketcap": {"type": "string"}}} |
8f7b6384-c620-4667-80e2-192b03da900e/09cc3d7a-e2b8-4a7b-8830-266405cfcada/0/0 | Realtime Crypto Prices | Get the Fastest and Realtime Crypto Rates and more... | 6.3 | Get Realtime Rates | Returns Realtime price of a coin | 200 | Get Rates Example | {"symbol": "BTC", "rate": 24778.3812, "to_fiat": "USD"} | {"type": "object", "properties": {"symbol": {"type": "string"}, "rate": {"type": "number"}, "to_fiat": {"type": "string"}}} |
8349c524-8d95-4a62-965c-fc6bb0d5ec64/048ab8c7-996f-4190-97a7-85d8f2ef0db5/0/0 | Brent Crude Oil Price | This API can be used to get the current price of Brent crude oil price in US dollars. | 7.2 | latest | Gives the latest Brent crude oil price in USD. | 200 | Response | {"data": {"code": "BRENT_CRUDE_USD", "created_at": "2020-10-30T18:10:30.000Z", "currency": "USD", "formatted_price": "$37.48", "price": 37.48, "type": "spot_price"}, "status": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "created_at": {"type": "string"}, "currency": {"type": "string"}, "formatted_price": {"type": "string"}, "price": {"type": "number"}, "type": {"type": "string"}}, "require... |
86334a22-b299-47b6-a370-4716942bbb1d/c9e7edc7-7bfa-467c-9cfc-6827607f2645/0/0 | WallStreetBets Sentiment | Real-time /r/wallstreetbets sentiment tracker measures sentiment on the popular stocks forum. | 5.9 | Daily Stock Prices | Get Daily Stock Prices | 200 | TSLA Stock price time series | [{"stock_id": 7807, "date": "2021-08-11T00:00:00.000Z", "close": 707.75, "ticker": "TSLA", "stock_price": 707.75, "timestamp": 1628640000}, {"stock_id": 7807, "date": "2021-08-12T00:00:00.000Z", "close": 722.25, "ticker": "TSLA", "stock_price": 722.25, "timestamp": 1628726400}, {"stock_id": 7807, "date": "2021-08-13T00... | {"type": "array", "items": {"type": "object", "properties": {"stock_id": {"type": "integer"}, "date": {"type": "string"}, "close": {"type": "number"}, "ticker": {"type": "string"}, "stock_price": {"type": "number"}, "timestamp": {"type": "integer"}}}} |
86334a22-b299-47b6-a370-4716942bbb1d/b550888c-8104-437a-8273-def3b5f1d915/0/0 | WallStreetBets Sentiment | Real-time /r/wallstreetbets sentiment tracker measures sentiment on the popular stocks forum. | 5.9 | Intraday Stock Sentiment | Get Intraday Stock Sentiment | 200 | TSLA Stock Daily Sentiment | [{"timestamp": 1628712004, "ticker": "TSLA", "POS": 30, "NEG": 11, "total_comments": 133, "comment_volume_percent_totals": 2.3380000591278076, "comment_volume_percent": 1.5509999990463257, "date": "2021-08-11T00:00:00.000Z", "stock_id": 7807}, {"timestamp": 1628798404, "ticker": "TSLA", "POS": 63, "NEG": 9, "total_comm... | {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "ticker": {"type": "string"}, "POS": {"type": "integer"}, "NEG": {"type": "integer"}, "total_comments": {"type": "integer"}, "comment_volume_percent_totals": {"type": "number"}, "comment_volume_percent": {"type": "number"}, "... |
86334a22-b299-47b6-a370-4716942bbb1d/a84952a7-f1ed-4a97-96d5-4f755c2bc444/0/0 | WallStreetBets Sentiment | Real-time /r/wallstreetbets sentiment tracker measures sentiment on the popular stocks forum. | 5.9 | Intraday Stock Prices | Get Intraday Stock Prices | 200 | TSLA Stock Price Time Series | [{"stock_id": 7807, "date": "2021-08-11T00:00:00.000Z", "close": 707.75, "ticker": "TSLA", "stock_price": 707.75, "timestamp": 1628640000}, {"stock_id": 7807, "date": "2021-08-12T00:00:00.000Z", "close": 722.25, "ticker": "TSLA", "stock_price": 722.25, "timestamp": 1628726400}, {"stock_id": 7807, "date": "2021-08-13T00... | {"type": "array", "items": {"type": "object", "properties": {"stock_id": {"type": "integer"}, "date": {"type": "string"}, "close": {"type": "number"}, "ticker": {"type": "string"}, "stock_price": {"type": "number"}, "timestamp": {"type": "integer"}}}} |
86334a22-b299-47b6-a370-4716942bbb1d/c8bcf4db-c041-4ae3-9ae7-05c46df5d665/0/0 | WallStreetBets Sentiment | Real-time /r/wallstreetbets sentiment tracker measures sentiment on the popular stocks forum. | 5.9 | Top YOLOs | Get Top YOLOs | 200 | New Example | {"most-upvoted": [{"date": "2021-01-30T00:00:00.000Z", "wsb_thread_id": "l8rf4k", "wsb_thread_title": "Times Square right now", "yolo_author": "AnonymousAutist", "yolo_upvotes": 361817}, {"date": "2021-01-28T00:00:00.000Z", "wsb_thread_id": "l78uct", "wsb_thread_title": "GME YOLO update \u2014 Jan 28 2021", "yolo_autho... | {"type": "object", "properties": {"most-upvoted": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "wsb_thread_id": {"type": "string"}, "wsb_thread_title": {"type": "string"}, "yolo_author": {"type": "string"}, "yolo_upvotes": {"type": "integer"}}}}, "biggest-gains": {"type": "ar... |
ef2deb32-487e-4230-a547-e6709e80d06c/a4719a26-1fcb-4846-a470-9a4c460d5d87/0/0 | Trend and Strength API for Forex ( GOLD/XAUUSD ) | Returns data of current trend direction and trend strength for Forex Currency | 7.9 | GET Latest Signal | Get the current trend direction of Forex GOLD | 200 | New Example | {"symbol": "XAUUSD", "timeframe": "M15", "trend": "positive", "strength": "49"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "timeframe": {"type": "string"}, "trend": {"type": "string"}, "strength": {"type": "string"}}, "required": ["strength", "symbol", "timeframe", "trend"]} |
00a4f032-1fb5-4b1d-b110-7cf80bc3e359/6671e0b1-303a-4d5c-8925-5270fe53aa03/0/0 | CryptoTechnicals | Technical indicator signals for all major cryptocurrencies. See the about section for all currencies and indicators supported. | null | crypto-technicals | Return the technical indicator values for the requested currency and indicator. | 200 | Response | {"2022-01-31": {"BULLP_13": 347.1747705295, "BEARP_13": -1761.9352294705}, "2022-01-30": {"BULLP_13": -55.0177677156, "BEARP_13": -1041.9977677156}, "2022-01-29": {"BULLP_13": 223.5809376652, "BEARP_13": -1161.2590623348}, "2022-01-28": {"BULLP_13": -536.9572393906, "BEARP_13": -2381.2372393906}, "2022-01-27": {"BULLP_... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2022-01-31": {"type": "object", "properties": {"BULLP_13": {"type": "number"}, "BEARP_13": {"type": "number"}}, "required": ["BEARP_13", "BULLP_13"]}, "2022-01-30": {"type": "object", "properties": {"BULLP_13": {"type": "number"}, "BEARP_13... |
3f405511-4fd8-43c0-9f6b-8937aebcd79a/eb722bd6-78d9-48c7-923f-55571e00f485/0/0 | Ethereum Service | Ethereum services for in-app integration | null | Get Block by Qr Code | Retrieve block information by providing a Qr Code of block number or block hash | 200 | New Example | {"hash": "0x1196f08b91b2febef47f4e2d09199048b598f8a5115e566a197940de6f3800ea", "parentHash": "0x18e4c92a013ecec38d4d0b58e16fc190f0897f06abd8f782654364b1d0ac7461", "number": 14943563, "timestamp": 1654940347, "nonce": "0x762d8b47f741297d", "difficulty": null, "gasLimit": {"type": "BigNumber", "hex": "0x01c9c380"}, "gasU... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "null"}, "gasLimit": {"type": "object", "properties": {"type":... |
3f405511-4fd8-43c0-9f6b-8937aebcd79a/fd3222c1-893f-4929-8058-9fa92524003a/0/0 | Ethereum Service | Ethereum services for in-app integration | null | Get Transaction Receipt by Qr Code | Retrieve transaction receipt information by providing a Qr Code of transaction hash | 200 | New Example | {"to": "0x60b86AF869f23aEb552fB7F3CaBD11B829f6Ab2F", "from": "0x60b86AF869f23aEb552fB7F3CaBD11B829f6Ab2F", "contractAddress": null, "transactionIndex": 91, "gasUsed": {"type": "BigNumber", "hex": "0x5208"}, "logsBloom": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"to": {"type": "string"}, "from": {"type": "string"}, "contractAddress": {"type": "null"}, "transactionIndex": {"type": "integer"}, "gasUsed": {"type": "object", "properties": {"type": {"type": "string"}, "hex": {"type": "string"}}, "require... |
3f405511-4fd8-43c0-9f6b-8937aebcd79a/839ffaca-95de-4e2a-9f07-cc21ebeb19ef/0/0 | Ethereum Service | Ethereum services for in-app integration | null | Get Transaction by Qr Code | Retrieve transaction information by providing a Qr Code of transaction hash | 200 | New Example | {"hash": "0x8f1be68962b5b04d430978fb0114ad67379ddfaa51b5a6b2f5538cda74a40af9", "type": 2, "accessList": [], "blockHash": "0x1196f08b91b2febef47f4e2d09199048b598f8a5115e566a197940de6f3800ea", "blockNumber": 14943563, "transactionIndex": 91, "confirmations": 6797, "from": "0x60b86AF869f23aEb552fB7F3CaBD11B829f6Ab2F", "ga... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hash": {"type": "string"}, "type": {"type": "integer"}, "accessList": {"type": "array"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "integer"}, "fr... |
3f405511-4fd8-43c0-9f6b-8937aebcd79a/81b6dea3-3840-4e63-ab79-bff68c959828/0/0 | Ethereum Service | Ethereum services for in-app integration | null | Get Transaction Receipt | Retrieve transaction receipt information by providing transaction hash | 200 | New Example | {"hash": "0x8f1be68962b5b04d430978fb0114ad67379ddfaa51b5a6b2f5538cda74a40af9", "type": 2, "accessList": [], "blockHash": "0x1196f08b91b2febef47f4e2d09199048b598f8a5115e566a197940de6f3800ea", "blockNumber": 14943563, "transactionIndex": 91, "confirmations": 6797, "from": "0x60b86AF869f23aEb552fB7F3CaBD11B829f6Ab2F", "ga... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hash": {"type": "string"}, "type": {"type": "integer"}, "accessList": {"type": "array"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "integer"}, "fr... |
3f405511-4fd8-43c0-9f6b-8937aebcd79a/b8ffcc67-e1c4-4a15-9ca3-67885adc96d3/0/0 | Ethereum Service | Ethereum services for in-app integration | null | Get Transaction | Retrieve transaction by providing transaction hash | 200 | New Example | {"hash": "0x8f1be68962b5b04d430978fb0114ad67379ddfaa51b5a6b2f5538cda74a40af9", "type": 2, "accessList": [], "blockHash": "0x1196f08b91b2febef47f4e2d09199048b598f8a5115e566a197940de6f3800ea", "blockNumber": 14943563, "transactionIndex": 91, "confirmations": 6797, "from": "0x60b86AF869f23aEb552fB7F3CaBD11B829f6Ab2F", "ga... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"hash": {"type": "string"}, "type": {"type": "integer"}, "accessList": {"type": "array"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "integer"}, "fr... |
94bb0322-9ed9-4782-9e71-797d4622becc/94a83879-73bb-4d88-802e-cc19c70262a8/0/0 | Google Finance Worldwide Indexes | An API that provides stock-market Indexes from America, Asia-Pacific, Europe, East-Asia, Middle-East and Africa. | 7.2 | Get all Indexes from America (South,Middle,North) | This endpoint gets you all Indexes from America (South,Middle,North) as an array of objects with key-value pairs | 200 | New Example | {"name": "S&P 500", "score": "3,855.76", "gainToday": "-5.83", "gainTodayPercentage": "-0.15%"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "score": {"type": "string"}, "gainToday": {"type": "string"}, "gainTodayPercentage": {"type": "string"}}, "required": ["gainToday", "gainTodayPercentage", "name", "score"]} |
94bb0322-9ed9-4782-9e71-797d4622becc/fb2fbba2-6957-4459-9641-ca9ba3c23951/0/0 | Google Finance Worldwide Indexes | An API that provides stock-market Indexes from America, Asia-Pacific, Europe, East-Asia, Middle-East and Africa. | 7.2 | Get all Indexes from Europe, Middle-East and Africa | This endpoints gets you all Indexes from Europe, Middle-East and Africa as an array of objects with key-value pairs. | 200 | New Example | {"name": "DAX PERFORMANCE-INDEX", "score": "14,959.47", "gainToday": "-468.50", "gainTodayPercentage": "-3.04%"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "score": {"type": "string"}, "gainToday": {"type": "string"}, "gainTodayPercentage": {"type": "string"}}, "required": ["gainToday", "gainTodayPercentage", "name", "score"]} |
94bb0322-9ed9-4782-9e71-797d4622becc/b56fd169-d467-43a5-a76c-e9b2126c2d60/0/0 | Google Finance Worldwide Indexes | An API that provides stock-market Indexes from America, Asia-Pacific, Europe, East-Asia, Middle-East and Africa. | 7.2 | Get all Indexes from Asia-Pacific | This endpoints gets you all Indexes from Asia-Pacific as an array of objects with key-value pairs. | 200 | New Example | {"name": "Nikkei 225", "score": "27,832.96", "gainToday": "-311.01", "gainTodayPercentage": "-1.11%"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "score": {"type": "string"}, "gainToday": {"type": "string"}, "gainTodayPercentage": {"type": "string"}}, "required": ["gainToday", "gainTodayPercentage", "name", "score"]} |
94bb0322-9ed9-4782-9e71-797d4622becc/c1fe0cae-e6dc-4701-b776-585b47e98ba6/0/0 | Google Finance Worldwide Indexes | An API that provides stock-market Indexes from America, Asia-Pacific, Europe, East-Asia, Middle-East and Africa. | 7.2 | Usage Information | This endpoint shows the other endpoints to get a certain index. | 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"]} |
e537b717-b585-410e-9384-f7a9358c994a/f684ce51-faa3-4054-9f35-9c2e0ac2703b/0/0 | VAT API | The VAT API offers precise and accurate VAT price calculations, 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) and VAT rates for 28 countries (all of the 27 EU countries plus those for United Kin... | 6.5 | All VAT rates by category for a specific country | This endpoint will return back all VAT rates per category of goods/services and the related details for a specific country by using the country code. Country codes are AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, EL, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE and GB. | 200 | Response Example | [{"country": "Italy", "country_code": "IT", "rate": "0", "vat_category": "Zero Rated", "category": "Consumption on board ships, aircraft or trains", "description": "Goods and services"}, {"country": "Italy", "country_code": "IT", "rate": "0", "vat_category": "Zero Rated", "category": "Passenger transport (international... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "country_code": {"type": "string"}, "rate": {"type": "string"}, "vat_category": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["c... |
e537b717-b585-410e-9384-f7a9358c994a/c7976532-b7c7-4489-852b-8a5fcd5b1b8b/0/0 | VAT API | The VAT API offers precise and accurate VAT price calculations, 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) and VAT rates for 28 countries (all of the 27 EU countries plus those for United Kin... | 6.5 | 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-08-05+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", "... |
e537b717-b585-410e-9384-f7a9358c994a/cce5550b-391a-40ed-81e3-a96b79d2b1b2/0/0 | VAT API | The VAT API offers precise and accurate VAT price calculations, 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) and VAT rates for 28 countries (all of the 27 EU countries plus those for United Kin... | 6.5 | 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", "... |
e537b717-b585-410e-9384-f7a9358c994a/2a565b1e-28f9-4da8-8534-31a83ad992a2/0/0 | VAT API | The VAT API offers precise and accurate VAT price calculations, 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) and VAT rates for 28 countries (all of the 27 EU countries plus those for United Kin... | 6.5 | 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", "... |
e537b717-b585-410e-9384-f7a9358c994a/8fb3be27-3190-4c2f-bcb7-15a40404dc39/0/0 | VAT API | The VAT API offers precise and accurate VAT price calculations, 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) and VAT rates for 28 countries (all of the 27 EU countries plus those for United Kin... | 6.5 | Calculate VAT amount and gross amount (incl. VAT) for specific country across all rates | This endpoint will return back the VAT amount and gross amount (VAT inclusive) for a specific country across all VAT rates. Countries with more than one reduced rate will return the price for each reduced rate. | 200 | Response Example | [{"country": "United Kingdom", "currency": "GBP", "net_amount": 100, "standard_vat_rate": "20", "standard_vat": 20, "standard_gross": 120, "reduced_vat_rate1": "5", "reduced_rate1_vat": 5, "reduced_rate1_gross": 105}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "currency": {"type": "string"}, "net_amount": {"type": "integer"}, "standard_vat_rate": {"type": "string"}, "standard_vat": {"type": "integer"}, "standard_gross": {"type": "integer"},... |
e537b717-b585-410e-9384-f7a9358c994a/125bb2c0-ad1a-42c2-b874-68d821e1d319/0/0 | VAT API | The VAT API offers precise and accurate VAT price calculations, 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) and VAT rates for 28 countries (all of the 27 EU countries plus those for United Kin... | 6.5 | All VAT rates for a specific country | This endpoint will return back all VAT rates (standard and reduced) for a specific country by using the country code. Country codes are AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, EL, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE and GB. | 200 | Response Example | [{"country": "Italy", "standard_rate": 22, "reduced_rate1": 10, "reduced_rate2": 5, "reduced_rate3": 4, "reduced_rate4": 0}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "standard_rate": {"type": "integer"}, "reduced_rate1": {"type": "integer"}, "reduced_rate2": {"type": "integer"}, "reduced_rate3": {"type": "integer"}, "reduced_rate4": {"type": "inte... |
42bdff80-37a8-4a11-bce2-28e54afc2d8c/c0a9b1a7-5162-4573-8f2d-75c6ebfe0912/0/0 | PSE Data | An API showing Philippine Stock Exchange data | null | Get PSE Company List | This endpoint will return all PSE listed companies. | 200 | New Example | [{"cmpy_id": "29", "security_id": "146", "name": "2GO Group, Inc.", "code": "2GO", "sector": "Services", "subsector": "Transportation Services", "listingdate": "1995-05-15T00:00:00.000Z"}, {"cmpy_id": "626", "security_id": "563", "name": "8990 Holdings, Inc.", "code": "HOUSE", "sector": "Property", "subsector": "Proper... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"cmpy_id": {"type": "string"}, "security_id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "sector": {"type": "string"}, "subsector": {"type": "string"}, "listingdate": {"type": "stri... |
834a6bdc-e5b8-4847-9145-f68ad0956358/330e3176-c682-4224-8a78-1968f3b9f3cf/0/0 | Saraloan | Saraloan APIs | null | GetBankDetailsfromIFSC | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/a4b701c9-2d52-42b8-bdc0-f643eea1a04a/0/0 | Saraloan | Saraloan APIs | null | EmbedPWAinyourApp | Use this API to get the session_id, business_id and distributor_id of the retailer by passing the mobile number.
Embed the PWA by opening following links (do not forget to replace the variables with the values received in the API response):
STAGING
https://stag.app.saraloan.in/retailer/login?session_id={SESSION_ID}&bus... | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... |
834a6bdc-e5b8-4847-9145-f68ad0956358/9b7ee5f6-788b-44ca-95eb-5daf8fe4eee6/0/0 | Saraloan | Saraloan APIs | null | ListofBusinesses | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/0db7a210-9558-4fef-8f16-a1871759f85d/0/0 | Saraloan | Saraloan APIs | null | AccountDetails | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/1b4e8bfa-18b3-477f-a48c-2cee04d1d0e5/0/0 | Saraloan | Saraloan APIs | null | CreateBusiness | 400 | null | {"message": "Mobile (9977665543) already exists"} | {"type": "object", "properties": {"message": {"type": "string", "description": "", "default": "Mobile (9977665543) already exists"}}} | |
834a6bdc-e5b8-4847-9145-f68ad0956358/1b4e8bfa-18b3-477f-a48c-2cee04d1d0e5/1/0 | Saraloan | Saraloan APIs | null | CreateBusiness | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/6487cdff-2f63-4865-b297-52c32ded3cb1/0/0 | Saraloan | Saraloan APIs | null | GetBusinessDetails | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/118df201-030c-413f-b93d-85ca24fe3fc4/0/0 | Saraloan | Saraloan APIs | null | GetLoanAgreement | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/b6b64fd8-452d-4d2f-a389-21700592878c/1/0 | Saraloan | Saraloan APIs | null | CreateBusinessDocuments | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/b6b64fd8-452d-4d2f-a389-21700592878c/2/0 | Saraloan | Saraloan APIs | null | CreateBusinessDocuments | 400 | null | {"message": "Mobile (9977665543) already exists"} | {"type": "object", "properties": {"message": {"type": "string", "description": "", "default": "Mobile (9977665543) already exists"}}} | |
834a6bdc-e5b8-4847-9145-f68ad0956358/4126952e-29f5-49b9-9274-051a29f9a337/1/0 | Saraloan | Saraloan APIs | null | CreateBusinessPurchaseInvoice | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/845dbce0-e366-4370-be2d-092228c32b8e/0/0 | Saraloan | Saraloan APIs | null | CreateBusinessAddress | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/c19ed099-a30b-427a-b385-1d6b44830c60/0/0 | Saraloan | Saraloan APIs | null | UploadBankStatement | 201 | null | [{"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5c... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": ... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/d28ab1ab-38e3-460d-8bce-e1b47d6756f3/0/0 | Saraloan | Saraloan APIs | null | UpdateBusinessBasicDetails | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/8c6b2e4a-c7c1-46cc-8ad8-487586b03bcb/0/0 | Saraloan | Saraloan APIs | null | GetPlacesfromPincode | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/0fe83bbf-08ff-41b0-85b6-403f20ebdecb/0/0 | Saraloan | Saraloan APIs | null | CreateBank | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/b9cabeed-d4e9-4002-bdf7-0e3ee10ac187/0/0 | Saraloan | Saraloan APIs | null | ListAccounts | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/a3553fe7-f56a-455b-95e2-56e1d0850f7d/0/0 | Saraloan | Saraloan APIs | null | GetSaraloanIDsMappingusingMobileNumber | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/309a1f9c-e344-41e2-be26-bd9896603f24/0/0 | Saraloan | Saraloan APIs | null | ListRepayments | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/90e28d80-c30a-4c66-a864-752eacb97320/0/0 | Saraloan | Saraloan APIs | null | GetCreditLine | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/4ece500b-59b7-45ae-bd72-65a0b81084b9/0/0 | Saraloan | Saraloan APIs | null | CreateRepayment | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/fe3afb87-08b9-4e10-b52a-d124a35ca30f/0/0 | Saraloan | Saraloan APIs | null | GetBusinessDocuments | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/066e2160-c39f-4e96-b6ea-5545ac8125c7/0/0 | Saraloan | Saraloan APIs | null | LMSConstants | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/46b41133-4eef-4213-9de7-431dea69bf34/1/0 | Saraloan | Saraloan APIs | null | CreatePersonAddress | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/a12e0cdf-1b8a-45e9-a1e4-06ae405f5b0e/0/0 | Saraloan | Saraloan APIs | null | UpdatePersonDocuments | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/9a1ce1d2-4f97-4568-87bc-f3bb53b57143/0/0 | Saraloan | Saraloan APIs | null | UpdatePerson | 400 | null | {"message": "Mobile (9977665543) already exists"} | {"type": "object", "properties": {"message": {"type": "string", "description": "", "default": "Mobile (9977665543) already exists"}}} | |
834a6bdc-e5b8-4847-9145-f68ad0956358/9a1ce1d2-4f97-4568-87bc-f3bb53b57143/1/0 | Saraloan | Saraloan APIs | null | UpdatePerson | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/1718c253-6aed-4471-9a0e-5ff6e26236e3/0/0 | Saraloan | Saraloan APIs | null | GetPersonDetails | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/728740f7-983e-4991-89e9-186902e17549/0/0 | Saraloan | Saraloan APIs | null | UploadSignedLoanAgreement | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/12dc6b42-62c7-4189-aa81-ebbba962e6bf/0/0 | Saraloan | Saraloan APIs | null | GetPersonDocuments | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/9285e216-7a8d-44ea-a420-e484d3aafe12/0/0 | Saraloan | Saraloan APIs | null | CreateWithdrawalRequest | 201 | null | {"id": 0, "update_url": "https://stag.saraloan.in/api/v1/core/businesses/1647/", "number_of_active_years": "N/A", "created_at": "2021-06-24T11:21:30.895422", "updated_at": "2021-06-24T11:21:31.828258", "business_id": "SLB0001647", "name": "Walia Enterprises", "product_type": "invoice_financing", "doc_id": "f7a5fb9c-5cb... | {"type": "object", "properties": {"id": {"type": "integer", "description": "", "default": 1647}, "update_url": {"type": "string", "description": "", "default": "https://stag.saraloan.in/api/v1/core/businesses/1647/"}, "number_of_active_years": {"type": "string", "description": "", "default": "N/A"}, "sanity_checks_stat... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/9285e216-7a8d-44ea-a420-e484d3aafe12/1/0 | Saraloan | Saraloan APIs | null | CreateWithdrawalRequest | 400 | null | {"message": "Mobile (9977665543) already exists"} | {"type": "object", "properties": {"message": {"type": "string", "description": "", "default": "Mobile (9977665543) already exists"}}} | |
834a6bdc-e5b8-4847-9145-f68ad0956358/9269b190-7250-4664-84e1-04a6fc6a2fd7/0/0 | Saraloan | Saraloan APIs | null | ListofWithdrawalRequests | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/4830ce95-a482-40c0-934d-44b923626971/0/0 | Saraloan | Saraloan APIs | null | ListApplications | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
834a6bdc-e5b8-4847-9145-f68ad0956358/bd94bacc-4d97-4b88-b841-665923a70dd6/0/0 | Saraloan | Saraloan APIs | null | ApplicationDetails | 200 | null | {"Message": "Number of pincode(s) found:8", "Status": "Success", "PostOffice": [{"Name": "Barhi (Hazaribag)", "BranchType": "Sub Post Office", "DeliveryStatus": "Delivery", "Circle": "Jharkhand", "District": "Hazaribag", "Division": "Hazaribagh", "Region": "Ranchi", "Block": "Barhi", "State": "Jharkhand", "Country": "I... | {"type": "object", "properties": {"Message": {"type": "string", "description": "", "default": "Number of pincode(s) found:8"}, "Status": {"type": "string", "description": "", "default": "Success"}, "PostOffice": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string", "description": "", "... | |
39f580fc-0c7e-4fae-ab1e-749c6b268e90/dbd1776b-babe-4e63-b0e6-98b78a1a3162/0/0 | Quantum Q1 - API | Financial market quantitative methods API | 0.1 | assets_by_name_assets_name_get | Get a single asset by name. | 200 | Example_1 | {"ceo": "John Peter Rodgerson", "cnpj": "09.305.994/0001-29", "company_url": "http://ri.voeazul.com.br/", "description": "\u00danica companhia a\u00e9rea em aproximadamente 80% de suas rotas e l\u00edder em mais de 100 cidades brasileiras em termos de decolagens.", "employees": 0, "foundation": "2008", "id": 1, "market... | {"type": "object", "properties": {"company_url": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "marketplace": {"type": "string"}, "symbol": {"type": "string"}}} |
39f580fc-0c7e-4fae-ab1e-749c6b268e90/0e0627ff-9fc7-4bae-9373-b6434c2b4a80/1/0 | Quantum Q1 - API | Financial market quantitative methods API | 0.1 | assets_all_get | List all available assets. | 200 | Example_1 | [{"ceo": "John Peter Rodgerson", "cnpj": "09.305.994/0001-29", "company_url": "http://ri.voeazul.com.br/", "description": "\u00danica companhia a\u00e9rea em aproximadamente 80% de suas rotas e l\u00edder em mais de 100 cidades brasileiras em termos de decolagens.", "employees": 0, "foundation": "2008", "id": 1, "marke... | {"type": "array", "items": {"type": "object", "properties": {"company_url": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "marketplace": {"type": "string"}, "symbol": {"type": "string"}}}} |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/9da89304-1177-4b1b-b28e-591ae1d83025/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Query Index Price Kline | Index price kline. Tracks BTC spot prices, with a frequency of every second. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "ext_code": "", "ext_info": "", "result": [{"symbol": "BTCUSD", "period": "D", "open_time": 1582243200, "open": "9610.41", "high": "9770.28", "low": "9569.86", "close": "9696.5"}, {"symbol": "BTCUSD", "period": "D", "open_time": 1582329600, "open": "9696.5", "high": "9722.31", "low": "9... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "period": {"... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/1a2f2d69-b164-4f55-bfb1-1271538bd380/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Query Premium Index Kline USDT | Premium index kline. Tracks the premium / discount of BTC perpetual contracts relative to the mark price per minute. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "ext_code": "", "ext_info": "", "result": [{"symbol": "BTCUSD", "period": "D", "open_time": 1582243200, "open": "0.000848", "high": "0.001735", "low": "-0.000906", "close": "0.0008"}, {"symbol": "BTCUSD", "period": "D", "open_time": 1582329600, "open": "0.0008", "high": "0.001562", "low... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "period": {"... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/377bee16-d23f-44b2-a073-0e87fd999028/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Query Index Price Kline USDT | Index price kline. Tracks BTC spot prices, with a frequency of every second. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "ext_code": "", "ext_info": "", "result": [{"symbol": "BTCUSD", "period": "D", "open_time": 1582243200, "open": "9610.41", "high": "9770.28", "low": "9569.86", "close": "9696.5"}, {"symbol": "BTCUSD", "period": "D", "open_time": 1582329600, "open": "9696.5", "high": "9722.31", "low": "9... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "period": {"... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/1751e3ad-c21c-4f6a-8dbf-10846e7f649e/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Latest Big Deal | Obtain filled orders worth more than 500,000 USD within the last 24h.
This endpoint may return orders which are over the maximum order qty for the symbol you call. For instance, the maximum order qty for BTCUSD is 1 million contracts, but in the event of the liquidation of a position larger than 1 million this endpoint... | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "result": [{"id": 0, "symbol": "BTCUSD", "side": "Buy", "timestamp": 1668730223, "value": 1198330}], "ext_code": "", "ext_info": "", "time_now": "1668794979.565930"} | {"type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "symbol": {"type": "string"}, "side": {"type": "string"}, "timestamp": {"type": "integer"}, "value": {"type": "integer"}}}},... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/98724347-c808-4b30-83d2-e7b3a36c2669/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Query Premium Index Kline | Premium index kline. Tracks the premium / discount of BTC perpetual contracts relative to the mark price per minute. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "ext_code": "", "ext_info": "", "result": [{"symbol": "BTCUSD", "period": "D", "open_time": 1582243200, "open": "0.000848", "high": "0.001735", "low": "-0.000906", "close": "0.0008"}, {"symbol": "BTCUSD", "period": "D", "open_time": 1582329600, "open": "0.0008", "high": "0.001562", "low... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "period": {"... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/57cca766-73ab-41a2-b2f8-1612ebce8a20/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Long-Short Ratio | Gets the Bybit user accounts' long-short ratio. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "result": [{"symbol": "BTCUSD", "buy_ratio": 0.4738, "sell_ratio": 0.5262, "timestamp": 1668795000}, {"symbol": "BTCUSD", "buy_ratio": 0.4739, "sell_ratio": 0.5261, "timestamp": 1668794700}, {"symbol": "BTCUSD", "buy_ratio": 0.4738, "sell_ratio": 0.5262, "timestamp": 1668794400}, {"symb... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "buy_ratio": {"type": "number"}, "sell_ratio": {"type": "number"}, "timestam... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/2e0bfbe9-9302-4724-b2f1-399d3085bc4c/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Announcement | Get Bybit OpenAPI announcements in the last 30 days in reverse order. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "ext_code": "", "ext_info": "", "result": [], "time_now": "1668795417.042637"} | {"type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "result": {"type": "array"}, "time_now": {"type": "string"}}} |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/1a68de9e-c990-4c91-9088-7997f915236e/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Server Time | Get Bybit server time. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "result": {}, "ext_code": "", "ext_info": "", "time_now": "1668795309.258718"} | {"type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "result": {"type": "object"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "time_now": {"type": "string"}}} |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/ffcea6aa-0ccf-462b-9a36-01a5c358eae8/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Open Interest | Gets the total amount of unsettled contracts. In other words, the total number of contracts held in open positions. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "result": [{"open_interest": 326140227, "timestamp": 1668794700, "symbol": "BTCUSD"}, {"open_interest": 326472943, "timestamp": 1668794400, "symbol": "BTCUSD"}, {"open_interest": 326365475, "timestamp": 1668794100, "symbol": "BTCUSD"}, {"open_interest": 327622644, "timestamp": 166879380... | {"type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"open_interest": {"type": "integer"}, "timestamp": {"type": "integer"}, "symbol": {"type": "string"}}}}, "ext_code": {"type": "string"}, "ext_info": {"... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/bbe1c6f1-c2dc-47b5-9131-e4a9979f91b4/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Query Mark Price Kline | Query mark price kline. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "ext_code": "", "ext_info": "", "result": [{"id": 3528105, "symbol": "BTCUSD", "period": "D", "start_at": 1582243200, "open": 9610.41015625, "high": 9770.7197265625, "low": 9573.490234375, "close": 9696.5}, {"id": 3537741, "symbol": "BTCUSD", "period": "D", "start_at": 1582329600, "open... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "ext_code": {"type": "string"}, "ext_info": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "symbol": {"typ... |
0cd3c2ab-54d4-473b-9299-fe2ffda9890a/373abe61-4174-4a38-9786-4c6d538246dd/0/0 | Bybit | Public Data Bybit. Cryptocurrency prices and charts. Derivatives, Futures, Spot, USDC Contract | 8.8 | Order Book | Get the orderbook. Each side has a depth of 25. | 200 | Response | {"ret_code": 0, "ret_msg": "OK", "result": [{"symbol": "BTCUSD", "price": "16562.5", "side": "Buy", "size": 347156}, {"symbol": "BTCUSD", "price": "16562", "side": "Buy", "size": 73189}, {"symbol": "BTCUSD", "price": "16561.5", "side": "Buy", "size": 9581}, {"symbol": "BTCUSD", "price": "16561", "side": "Buy", "size": ... | {"type": "object", "properties": {"ret_code": {"type": "integer"}, "ret_msg": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "price": {"type": "string"}, "side": {"type": "string"}, "size": {"type": "integer"}}}}, "ext_code": {"type": "string"}, ... |
ecd358c5-4bc4-49d6-b1ff-865c40b3796e/638ea2b0-399a-4981-92d3-5724eefca891/0/0 | S&P 500 History API | Access historical data for the S&P 500 with customizable intervals and date ranges. | 5.7 | History | Retrieve historical stock data with precision using the Historical Stock Data API, offering adjustable parameters such as date range, interval, and symbol for comprehensive analysis and informed decision-making. | 200 | Response | {"symbol": "TSLA", "exchange_name": "NMS", "currency": "USD", "start": "October 1, 2023, 12:00 AM UTC", "end": "November 1, 2023, 12:00 AM UTC", "interval": "Day", "data": [{"date_time": "October 2, 2023, 1:30 PM UTC", "timestamp": 1696253400, "high": 254.27999877929688, "low": 242.6199951171875, "close": 251.600006103... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "exchange_name": {"type": "string"}, "currency": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "interval": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", ... |
7f57bfcf-c8ba-4669-858c-7099c81781da/fc2f715a-057e-4a11-9da6-d00312ec220c/0/0 | Cryptocurrency news | API reveals the latest news in the cryptocurrency industry | null | Get News From a Specific Source | Get news about cryptocurrency from a specific source | 200 | Response | [{"title": "Bank deputy calls for urgent crypto regulation", "url": "https://www.bbc.com/news/business-58906109", "source": "bbc"}, {"title": "Meet Mr Goxx, the crypto-trading hamster", "url": "https://www.bbc.com/news/technology-58707641", "source": "bbc"}, {"title": "Fake Walmart news story boosts crypto price", "url... | {"$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"]}} |
7f57bfcf-c8ba-4669-858c-7099c81781da/9baa7d0a-8e71-4914-a72f-88a0ba9a7609/0/0 | Cryptocurrency news | API reveals the latest news in the cryptocurrency industry | null | Get All Cryptocurrency News | This endpoint will return back all news about cryptocurrency from all over the world | 200 | Response | [{"title": "Bank deputy calls for urgent crypto regulation", "url": "https://www.bbc.com/news/business-58906109", "source": "bbc"}, {"title": "Meet Mr Goxx, the crypto-trading hamster", "url": "https://www.bbc.com/news/technology-58707641", "source": "bbc"}, {"title": "Fake Walmart news story boosts crypto price", "url... | {"$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"]}} |
63b29926-c8dc-45cc-8c10-00a8f5e2e5ab/8f933c6a-c5d7-4652-be1e-a7a3caa9d55f/0/0 | Ethereum Gas Price | Provides estimated Etherium Gas Cost of Transfers and Interactions in gwei and USD for ERC20 Transfer, Uniswap Swap, Uniswap Add/Remove LP | null | Main | Sends all the data in the json format.
See "Example Responses" on the right | 200 | Response | {"LastBlock": "16134189", "SafeGasPrice": "18", "ProposeGasPrice": "20", "FastGasPrice": "20", "suggestBaseFee": "17.591735983", "gasUsedRatio": "0.4260247,0.7449729,0.4339428,0.364529266666667,0.261347166666667"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"LastBlock": {"type": "string"}, "SafeGasPrice": {"type": "string"}, "ProposeGasPrice": {"type": "string"}, "FastGasPrice": {"type": "string"}, "suggestBaseFee": {"type": "string"}, "gasUsedRatio": {"type": "string"}}, "required": ["FastGasP... |
48a5697f-c864-4796-9f63-146e011d074c/e4349c5d-4fe3-4441-b962-a9c24fdb3366/0/0 | Greenlight | BUY/SELL signals and trends from a range of popular technical indicators (24 total) | 8.5 | Get Signals | Provides BUY/SELL signals and trends for BTC/USDT, ETH/USDT, TRX/USDT 1 hour timeframe.
- Types of signals: BUY, SELL, HOLD
- Types of trends: UP, DOWN, FLAT
Use telegram bot for extended functionality
Any pair, 6 different timeframes, indicator settings and much more:
https://t.me/crypto_greenlight_bot?start=CEB66C31 | 200 | Example_1 | {"detail": "", "data": {}, "time": ""} | {"title": "SignalsOut", "required": ["detail", "data", "time"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}, "data": {"title": "Data", "type": "object"}, "time": {"title": "Time", "type": "string"}}} |
a37d2f97-d668-42fc-b810-50bad5315c18/844fde2f-fd8e-4506-89c2-55326f32c0d0/0/0 | business news daily | get the latest news in the world of business market | null | Get all business news | This endpoint returns all the current business market news | 200 | Response | [{"date": "February 04, 2022 04:03 PM IST", "headLine": "Is the bubble going to burst for FAANG, let\u2019s find out?", "subHeadline": "Barring Facebook and Netflix, to a certain extent, other giants have delivered confidence-boosting earnings, which shows that their businesses are on a sound footing to face the challe... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "headLine": {"type": "string"}, "subHeadline": {"type": "string"}, "newsLink": {"type": "string"}, "headlineImage": {"type": "string"}}, "required": ["date", "headLine", "headlineImage",... |
54ba6151-b23e-4bf0-b0d5-b6f68c27430b/8f477e2b-be2c-4979-b44c-940882d8030a/0/0 | React-Api-Crypto-Tracker-v1 | React API Project-Cryptocurrency Finance Price Tracker App Using Hooks And Axios | null | Get Crypto Price Tracker | This endpoint will return back all news about Crypto | 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"]} |
81718211-c52d-4ff9-b30b-4600638a135a/3a46fe88-4891-4d8d-b442-34e361a6c71d/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getFuturesPairs | Returns the list of pairs that OKX Futures contain. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/3a46fe88-4891-4d8d-b442-34e361a6c71d/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getFuturesPairs | Returns the list of pairs that OKX Futures contain. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/3a46fe88-4891-4d8d-b442-34e361a6c71d/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getFuturesPairs | Returns the list of pairs that OKX Futures contain. | 200 | null | {"status": 200, "message": "OK", "data": [{"alias": "this_week", "coinName": "Bitcoin", "ctMult": 1, "ctType": "linear", "ctVal": 0.01, "ctValCcy": "BTC", "expTime": 1696579200000, "id": 122, "instFamily": "BTC-USDT", "instId": "BTC-USDT-231006", "settleCcy": "USDT", "uly": "BTC-USDT"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"alias": {"type": "string"}, "coinName": {"type": "string"}, "ctMult": {"type": "string"}, "ctType": {"type": "string"}, "ctVal": {"type": "string"}, "ctVa... |
81718211-c52d-4ff9-b30b-4600638a135a/a63738fe-5c64-43b8-9661-399d742e0a62/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getMarginPairs | Returns the list of pairs that OKX Margin contain. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/a63738fe-5c64-43b8-9661-399d742e0a62/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getMarginPairs | Returns the list of pairs that OKX Margin contain. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/a63738fe-5c64-43b8-9661-399d742e0a62/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getMarginPairs | Returns the list of pairs that OKX Margin contain. | 200 | null | {"status": 200, "message": "OK", "data": [{"coinName": "Bitcoin", "id": 3, "instId": "BTC-USDT", "lever": 10, "uly": "BTC-USDT"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"coinName": {"type": "string"}, "id": {"type": "string"}, "instId": {"type": "string"}, "lever": {"type": "string"}, "uly": {"type": "string"}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/e87e2544-cf83-4694-89f2-a9a5e26a4143/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getOptionPairs | Returns the list of pairs that OKX Option contain. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/e87e2544-cf83-4694-89f2-a9a5e26a4143/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getOptionPairs | Returns the list of pairs that OKX Option contain. | 200 | null | {"status": 200, "message": "OK", "data": [{"coinName": "Bitcoin", "ctMult": 0.01, "ctType": "inverse", "ctVal": 1, "ctValCcy": "BTC", "expTime": 1696060800000, "id": 17, "instFamily": "BTC-USD", "instId": "BTC-USD-230930-24000-C", "optType": "C", "settleCcy": "BTC", "state": "live", "stk": 24000, "uly": "BTC-USD"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"coinName": {"type": "string"}, "ctMult": {"type": "string"}, "ctType": {"type": "string"}, "ctVal": {"type": "string"}, "ctValCcy": {"type": "string"}, "e... |
81718211-c52d-4ff9-b30b-4600638a135a/e87e2544-cf83-4694-89f2-a9a5e26a4143/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getOptionPairs | Returns the list of pairs that OKX Option contain. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/fbc08b0f-53a5-4e46-b04e-c84018b0eb31/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSpotPairs | Returns the list of pairs that OKX Spot contain. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/fbc08b0f-53a5-4e46-b04e-c84018b0eb31/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSpotPairs | Returns the list of pairs that OKX Spot contain. | 200 | null | {"status": 200, "message": "OK", "data": [{"coinName": "Bitcoin", "id": 3, "instId": "BTC-USDT", "lever": 10, "listTime": 1611907686000}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"coinName": {"type": "string"}, "id": {"type": "string"}, "instId": {"type": "string"}, "lever": {"type": "string"}, "listTime": {"type": "string"}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/fbc08b0f-53a5-4e46-b04e-c84018b0eb31/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSpotPairs | Returns the list of pairs that OKX Spot contain. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/f35da020-7754-4880-934a-ab5c602b8545/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSwapPairById | Returns an extensive information about a curreny or a pair from any OKX product. | 200 | null | {"status": 200, "message": "OK", "data": {"alias": "", "baseCcy": "", "category": 1, "closeMaxThresholdRateWeek": "", "continuous": 0, "ctMult": 1, "ctType": "linear", "ctVal": 0.01, "ctValCcy": "BTC", "expTime": "", "indexMaxThresholdRate": 5, "instFamily": "BTC-USDT", "instId": "BTC-USDT-SWAP", "instType": "SWAP", "l... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"alias": {"type": "string"}, "baseCcy": {"type": "string"}, "category": {"type": "string"}, "closeMaxThresholdRateWeek": {"type": "string"}, "continuous": {"type": "string"}, "ctMult... |
81718211-c52d-4ff9-b30b-4600638a135a/f35da020-7754-4880-934a-ab5c602b8545/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSwapPairById | Returns an extensive information about a curreny or a pair from any OKX product. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/f35da020-7754-4880-934a-ab5c602b8545/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSwapPairById | Returns an extensive information about a curreny or a pair from any OKX product. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/760beee9-cd90-48cb-8688-9993539144f2/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderHistoricalPositionsById | Returns all the detailed information of each of the closed positions that the trader had before. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.