Retrieve a Single Journal Entry
GET {{baseUrl}}/v1/journals/:journal_id
You can query a specific journal entry that you submitted to Alpaca by passing into the query the journal_id.
Will return a journal entry if a journal entry with journal_id exists, otherwise will throw an error.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"h7h5g33f-ef01-4458-9a4b-9598727a406f","entry_type":"JNLS","from_account":"8fjkjn-4483-4199-840f-6c5fe0b7ca24","to_account":"3gtt65jd-6f2a-433c-8c33-17b66b8941fa","status":"executed","symbol":"AAPL","qty":"2","price":"128.23"}