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"
}

Changes

Changed in 2 of the 50 revisions of this API.11

    • the response property became optional for the status

      response-property-became-optional

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog