GET
/
game_assets
/
bfx_points
{
  "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
}

Query Parameters

batch_id
integer
required

Batch ID

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean