Skip to main content
GET
/
api
/
v3
/
vesting
Get Vesting Contracts
curl --request GET \
  --url https://toncenter.com/api/v3/vesting
{
  "address_book": {},
  "vesting_contracts": [
    "<unknown>"
  ]
}

Query Parameters

contract_address
string[]

Vesting contract address in any form. Max: 1000.

wallet_address
string[]

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

check_whitelist
boolean
default:false

Check if wallet address is in whitelist.

limit
integer<int32>
default:10

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

Required range: 1 <= x <= 1000
offset
integer<int32>
default:0

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

Required range: x >= 0

Response

OK

address_book
object
vesting_contracts
any[]