TONTONDocs
TON CenterV3Vesting

applications/api/toncenter/v3/vesting/get-vesting-contracts

GET
/api/v3/vesting

Query Parameters

contract_address?array<string>

Vesting contract address in any form. Max: 1000.

wallet_address?array<string>

Wallet address to filter by owner or sender. Max: 1000.

check_whitelist?boolean

Check if wallet address is in whitelist.

Defaultfalse
limit?integer

Limit number of queried rows. Use with offset to batch read.

Default10
Formatint32
Range1 <= value <= 1000
offset?integer

Skip first N rows. Use with limit to batch read.

Default0
Formatint32
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/vesting"
{
  "address_book": {
    "property1": {
      "domain": "string",
      "interfaces": [
        "string"
      ],
      "user_friendly": "string"
    },
    "property2": {
      "domain": "string",
      "interfaces": [
        "string"
      ],
      "user_friendly": "string"
    }
  },
  "vesting_contracts": [
    null
  ]
}
{
  "code": 0,
  "error": "string"
}

Last updated on