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

Get sub-user's balance

Get the balance for a sub-user.

🚧

The Market API will be discontinued, in Q3 2024 we will be sunsetting this product

Request Endpoint: reference

GET /users/{userId}/balance
ParameterParam TypeDescriptionData TypeMandatory
{userId}PathThe sub-user's IDString

Example Request:

GET https://api.venly.market/users/8cf5f1a8-b3bb-4a81-9f1c-c1746d8eb59f/balance

Response Body:

{ "success": true, "result": [ { "currency": "USDC", "balance": 10, "lockedBalance": 0 } ] }

Did this page help you?