REST API
Get prediction market USDC balance
Authorization
bearerAuth AuthorizationBearer <token>
API key passed as Bearer token in Authorization header
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/prediction/balance"{
"success": true,
"data": {
"available": 0,
"locked": 0,
"total": 0
},
"meta": {
"timestamp": 0,
"remaining": 0
}
}