Venly API
Search…
Venly API
👋
Introduction
📝
Changelog
Postman Collection
🔑
Authentication
How to authenticate
How to get a Bearer token
📦
API Products
Wallet API
NFT API
NFT Analytics
Market API
List all offers
List all your offers
Retrieve an offer
Retrieve market fees
Create an offer
Update offer: (meta)TxApprove
Update offer: Signature
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
Get balance
Next
Get user balance history
Last modified 2mo ago
Copy link
Outline
get
Get user balance/credits
Example