Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LUNO_API_DEBUG | No | Enable debug information | false |
LUNO_API_DOMAIN | No | Override the default Luno API domain | api.luno.com |
LUNO_API_KEY_ID | Yes | Your Luno API Key ID obtained from your Luno account settings | |
LUNO_API_SECRET | Yes | Your Luno API Secret obtained from your Luno account settings |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Luno Transactions | Returns recent transactions from your Luno account |
Luno Wallets | Returns all wallets/balances from your Luno account |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
cancel_order | Cancel an order |
create_order | Create a new limit order |
get_balances | Get balances for all Luno accounts |
get_candles | Get candlestick market data for a currency pair |
get_markets_info | List all supported markets parameter information |
get_order_book | Get order book for a trading pair |
get_ticker | Get ticker information for a trading pair |
get_tickers | List tickers for all currency pairs |
get_transaction | Get details of a specific transaction |
list_orders | List open orders |
list_trades | List recent trades for a currency pair |
list_transactions | List transactions for an account |