Transaction Endpoints

Version: 1.0.0
Purpose: Transaction endpoints split from endpoints.md for context window efficiency


Overview

This directory contains transaction endpoints. All game actions are submitted through the transaction endpoint.

Use Case: Load transaction endpoint documentation when submitting actions, instead of loading the entire endpoints.md (1153 lines).


Available Files


Context Window Savings

Before (Loading endpoints.md)

To get transaction endpoint:

After (Loading transaction file)

To get transaction endpoint:


Usage

Loading Transaction Endpoint

{
  "load": "api/transactions/submit-transaction.md"
}


Last Updated: January 2025