Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Getting Started
curl 'https://api.goterminal.xyz/ledger' \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <YOUR_API_KEY>' --data '{ "external_id": "TX_tv7sw4lc7", "type": "transfer", "amount": 10000, "currency": "USD", "from_account_id": "user1", "to_account_id": "user2", "data": { "description": "Payment for services" } }'