About
Binance for Codex lets you access and explore Binance public, read-only market data using natural language. Retrieve current and historical prices, order books, recent trades, candlesticks (klines), and exchange metadata across Spot, Futures, and Options. No authentication is required. This app does not access user accounts and does not support trading or transactions. Market data is provided “as is” from Binance’s public APIs and may be delayed, incomplete, or subject to change. This information is for informational purposes only and should not be relied upon for trading or financial decisions. Binance makes no representations or warranties regarding accuracy or timeliness and disclaims all liability arising from use of this data.
plugin.json
{
"apps": "./.app.json",
"name": "binance",
"author": {
"url": "https://www.binance.com",
"name": "Binance"
},
"license": "MIT",
"version": "1.0.1",
"homepage": "https://www.binance.com",
"keywords": [],
"interface": {
"logo": "./assets/app-icon.png",
"category": "Research",
"websiteURL": "https://www.binance.com",
"displayName": "Binance",
"screenshots": [],
"capabilities": [],
"composerIcon": "./assets/app-icon.png",
"defaultPrompt": [
"Show the latest Binance market context for this asset"
],
"developerName": "Binance",
"longDescription": "Binance for Codex lets you access and explore Binance public, read-only market data using natural language. Retrieve current and historical prices, order books, recent trades, candlesticks (klines), and exchange metadata across Spot, Futures, and Options. No authentication is required. This app does not access user accounts and does not support trading or transactions.\n\nMarket data is provided “as is” from Binance’s public APIs and may be delayed, incomplete, or subject to change. This information is for informational purposes only and should not be relied upon for trading or financial decisions. Binance makes no representations or warranties regarding accuracy or timeliness and disclaims all liability arising from use of this data.",
"privacyPolicyURL": "https://www.binance.com/en/privacy",
"shortDescription": "Binance for Codex lets you access and explore Binance public, read-only market data using natural language.",
"termsOfServiceURL": "https://www.binance.com/en/terms"
},
"repository": "https://github.com/openai/plugins",
"description": "Binance for Codex lets you access and explore Binance public, read-only market data using natural language."
}