get_health
Perform a health check for the Trading Simulator API to ensure availability and operational status, supporting AI-driven trading interactions.
Instructions
Basic health check for the trading simulator API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}