GET
/entity/postingsList account postings
The immutable journal postings for a single account.
Query Parameters
limitinteger
Page size
Example: 50
cursorstring
Pagination cursor
entity_idstringrequired
The account
Example: "ent_0274ef47"
Request
GET/entity/postings
curl --location 'https://api.ledgr.dev/v1/entity/postings' \
--header 'Authorization: {api_key}'Response
Postings for the account
{
"status": "success",
"postings": [],
"pagination": {
"limit": 50,
"has_next": false,
"next_cursor": null
}
}