Venly API
Search…
⌃K
Venly API
Search…
⌃K
👋
Introduction
📃
Changelog
Postman Collection
Venly Widget
🔑
Authentication
How to authenticate
How to get a Bearer token
📦
API Products
Wallet API
NFT API
NFT Analytics
Market API
📃
Changelog
📗
Market API - Swagger specs
List all offers
List all your offers
Retrieve an offer
Retrieve market fees
Create an offer
Update offer: (meta)TxApprove
Update offer: Signature
Bid on an Offer (Auction)
Buy an offer
Update offer price
Cancel an offer
Fulfillments
Users
Create sub-user
Create deposit address
Get deposit addresses
Get balance
Get user balance
Get user balance history
Get deposit address
Withdraw balance
⚙️Advanced
Guides
NFT Configuration
🌊Deep dive
Environments & networks
Authentication Bridge
Object Reference
Powered By GitBook

Get balance

Get the balance for a sub-user
get
https://api.venly.market
/users/{id}/balance
Get the balance of a sub-user

Example

URL
https://api.venly.market/users/8cf5f1a8-b3bb-4a81-9f1c-c1746d8eb59f/balance
Response
{
"success": true,
"result": [
{
"currency": "USDC",
"balance": 10,
"lockedBalance": 0
}
]
}
Previous
Get deposit addresses
Next
Get user balance
Last modified 2mo ago
Copy link
On this page
get
Get the balance of a sub-user
Example