This endpoint returns a list of non-user-initiated transactions, categorised as either incoming (from staking rewards and giveaways) or outgoing (from metal storage fees):
Either a date range (date_start
and date_end
) or a user_id
has to be provided to retrieve these transactions.
Non-user initiated transactions collection.
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "asset_id": 1,
- "user_id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "type": "metal_storage_fee",
- "direction": "incoming",
- "amount": "0.00000001",
- "related_offer_id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "created_at": "2022-07-20T08:14:20+00:00"
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}