Venly API
Search
⌃K

Get deposit address

Retrieve the USDC deposit address for topping up your account
get
https://api.venly.market
/user/deposit-addresses
Get deposit address

Example

Request

https://api.venly.market/user/deposit-addresses

Response

{
"success": true,
"result": [
{
"userId": "7c344b6c-2a05-4597-95ce-9b48e07f8e50",
"chain": "ETHEREUM",
"address": "0xa51b1d9f8715884647aea7c593e4ff3176aaac16"
}
]
}
When the response is empty you can create a deposit address by using the Create deposit address endpoint.