Get user balance
Fetch your balance.
The Market API will be discontinued, in Q3 2024 we will be sunsetting this product
Request Endpoint: reference
GET /user/credits
Example Request:
GET https://api.venly.market/user/credits
Response Body:
{
"success": true,
"result": {
"balance": 25132.46,
"lockedBalance": 0
}
}
Updated 6 months ago