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
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 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
1yr ago