View All Blocked Users
Used to get a list of all currently blocked users.
get/trading/block-list
Response
200
Example response
[
{
"id": 1,
"blocker_user_id": 76561198106192110,
"blocked_user_id": 76561197960287940,
"created_at": "2022-02-15 11:57:08",
"updated_at": "2022-02-15 11:57:08"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.