Search Entity
Last updated
Last updated
Use the following parameters to search entities.
Filters by account tied to this entity
null
Returns objects created after the entered date.
null
Example: 2020-09-12T14:15:22Z
Returns objects created before the entered date.
null
Example: 2020-12-13T16:17:28Z
Returns the object corresponding to the entered ID
null
Filters the list by entity name.
null
Example: trading_entity_1
Orders the list of results
null
Example: desc
Possible values: criteria to order by
null
Example: name
Defines the page number to be fetched.
1
Example: 3
Defines the number of elements displayed on a page. Must be a positive number with 0 and -1 return a maximum defined in the gate
20
Example: 40
GET /entities HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"edges": [
{
"cursor": 0,
"node": {
"accounts": [
1
],
"created_by": 5,
"created_on": "2025-06-21T00:23:53.107Z",
"id": 1,
"last_request": 3,
"name": "text",
"status": "text"
}
}
],
"page_info": {
"count": 1,
"has_next_page": false
}
}