sdk
Feed of user transactions
get/sdk/user/feed/transactions
Query parameters
Limit number of results
Offset from where to get the results
Response
Example response
{
"transactions": [
{
"id": 1,
"amount": 10,
"startingBalance": 0,
"endingBalance": 10,
"entity_type": "orders",
"event_type": "insert",
"entity_id": 100
}
],
"count": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.