Skip to main content
POST
Prepare holder Dividend claims

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

Body

application/json
chain_id
enum<integer>
required

Production chain ID: 8453 for Base, 4663 for Robinhood Chain, 143 for Monad, or 5042 for Arc.

Available options:
8453,
4663,
143,
5042
Example:

8453

caller
string
required

Holder wallet sending its own unsigned claim transactions, including a smart wallet. Payment goes to the recorded receiver; claims need no token approval.

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

"0x1111111111111111111111111111111111111111"

claims
object[]
required

Distinct token and holder pairs. Clone and payout destination are resolved from verified contracts, never caller-supplied.

Required array length: 1 - 10 elements

Response

Unsigned holder-dividend transactions.

data
object
required
meta
object
required