Venly API
Search
⌃
K
Venly API
Search
⌃
K
👋
Introduction
➡
Getting Started
📃
Release Notes
🔧
Support / Help
🌐
Environments & Networks
Postman Collection
Venly Widget
🔑
Authentication
How to authenticate
How to get a Bearer token
📦
API Products
Wallet API
NFT API
NFT Analytics
Market API
📃
Release Notes
📗
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
Retrieving Sub-User offers
Get user balance
Get user balance history
Get deposit address
Withdraw balance
PAY API (Coming Soon)
⚙️Advanced
Guides
NFT Configuration
🌊Deep dive
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
Retrieving Sub-User offers
Last modified
10mo ago