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
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 user balance

Fetch your balance
get
https://api.venly.market
/user/credits
Get user balance/credits

Example

Request

https://api.venly.market/user/credits

Response

{
"success": true,
"result": {
"balance": 25132.46,
"lockedBalance": 0
}
}
Previous
Retrieving Sub-User offers
Next
Get user balance history
Last modified 9mo ago
Copy link
On this page
get
Get user balance/credits
Example