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.
cURL
curl --request GET \ --url https://api.yoshi.ai/v1/paper-trading/accounts \ --header 'Authorization: Bearer <token>'
{ "data": { "accounts": [ { "id": "<string>", "name": "<string>", "balance_available": 123, "balance_current": 123, "status": "<string>", "as_of": "<string>", "created_at": "<string>" } ] }, "meta": { "request_id": "req_a1b2c3d4-e5f6-7890-abcd-ef1234567890", "timestamp": "2026-04-10T12:00:00.000Z" } }
List Test Drive accounts with current balances for the user.
A Yoshi API key from Settings → API Keys, or a Yoshi OAuth access token issued by Sign in with Yoshi.
Test Drive accounts retrieved.
Hide child attributes
"req_a1b2c3d4-e5f6-7890-abcd-ef1234567890"
"2026-04-10T12:00:00.000Z"
Was this page helpful?