Skip to main content
GET
List vesting positions

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

Path Parameters

address
string
required

Wallet address. EVM address. The zero address represents native currency only where documented.

Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x1111111111111111111111111111111111111111"

Query Parameters

chain_id
enum<integer>
required

Production chain to query: 8453 for Base or 4663 for Robinhood Chain. Production chain ID: 8453 for Base or 4663 for Robinhood Chain.

Available options:
8453,
4663
Example:

8453

market
enum<string>
default:all

Launch market to include: standard tokens, RWA assets, or all markets.

Available options:
standard,
rwa,
all
cursor
string

Opaque continuation cursor returned by the previous page. Do not parse or modify it.

Maximum string length: 4096
limit
integer
default:25

Maximum number of claim positions to return.

Required range: 1 <= x <= 50
state
enum<string>
default:claimable

Filter by currently claimable, still locked, completed, or all vesting positions.

Available options:
claimable,
locked,
complete,
all
token_address
string

Filter vesting positions by launch token. EVM address. The zero address represents native currency only where documented.

Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x1111111111111111111111111111111111111111"

include
enum<string>

Set to schedule to add the full unlock schedule to each returned position.

Available options:
schedule

Response

A page of vesting positions.

data
object[]
required
pagination
object
required
meta
object
required