{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"batch_id": 123,
"bfx_points_24h": 123,
"bfx_points_total": 123,
"bonus_points": 123,
"exchange_id": "<string>",
"profile_id": 123,
"timestamp": 123
}
],
"success": true
}
Get bfx points of the profile id and the given batch id
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"batch_id": 123,
"bfx_points_24h": 123,
"bfx_points_total": 123,
"bonus_points": 123,
"exchange_id": "<string>",
"profile_id": 123,
"timestamp": 123
}
],
"success": true
}
Batch ID
OK
The response is of type object
.