These docs are for v2.0. Click to read the latest docs for v3.0.

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
    }
}