v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
project

Get project deposit address

get/api/v1/project/{id}/deposit/address

Path parameters

idinteger required

Project ID

Response

Deposit wallet

ton_deposit_walletstring
usdt_deposit_walletstring required

Example response

{
  "ton_deposit_wallet": "0QB7BSerVyP9xAKnxp3QpqR8JO2HKwZhl10zsfwg7aJ281ZR",
  "usdt_deposit_wallet": "0QB7BSerVyP9xAKnxp3QpqR8JO2HKwZhl10zsfwg7aJ281ZR"
}