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
Withdraw balance
Endpoint to withdraw your balance/credits in USDC to an Ethereum wallet
post
https://api.venly.market
/orders/usdc
Create deposit address
Example
Request
POST
https
://
api
.
venly
.
market
/
orders
/
usdc
Request Body
{
"amount"
:
12.76
,
"type"
:
"WITHDRAWAL"
,
"address"
:
"0xBf27d5e974B048eDEe25EC05c6fC264946aC3A33"
}
Response
{
"success"
:
true
,
"result"
:
{
"id"
:
"8d0d817c-3011-43ed-8feb-4cec99e6cd2c"
,
"userId"
:
"4917b6fa-2657-4bdd-b8e8-fa5dd8bd4057"
,
"paymentProviderOrderId"
:
"edb95c76-30e9-4f98-823b-e829cc073ea5"
,
"paymentProcessor"
:
"USDC"
,
"quantity"
:
7.76
,
"handlingFee"
:
0
,
"marketFee"
:
5
,
"currency"
:
"USDC"
,
"status"
:
"PENDING"
,
"date"
:
"2021-06-30T13:39:27.953792Z"
,
"type"
:
"WITHDRAWAL"
}
}
Previous
Create deposit address
Next - ⚙️Advanced
Guides
Last modified
2mo ago
Copy link
Outline
post
Create deposit address
Example