GET
/
blast
/
points
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "blast": {
        "nextBatchFinalizingAt": "<string>",
        "pendingPoints": 123,
        "points": 123
      },
      "gold": {
        "nextBatchFinalizingAt": "<string>",
        "pendingPoints": 123,
        "points": 123
      }
    }
  ],
  "success": true
}

Query Parameters

wallet_address
string
required

Wallet address to retrieve blast points for

Response

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