Retrieves blast points for a specific wallet address.
{
"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
}
Wallet address to retrieve blast points for
OK
The response is of type object
.
{
"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
}
Retrieves blast points for a specific wallet address.
{
"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
}
Wallet address to retrieve blast points for
OK
The response is of type object
.
{
"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
}