Hanzo
OpenapiCaptable

Returns the caller org's fundraising rounds, newest first.

Returns the caller org's fundraising rounds, newest first.

GET /v1/captable/rounds

Addresshttps://api.hanzo.ai/v1/captable/rounds
MethodGET
Operationget_captable_rounds
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's fundraising rounds, newest first. A round groups a fundraising event; a PRICED round also carries the share class and price per share it issues at.

Request

GET /v1/captable/rounds takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200captableRoundsok

200 body — 12 fields.

FieldInTypeAlwaysDescription
databodycaptableRound[]Data is every round, newest first.
data[].closeDatebodystringCloseDate is the ISO date the round closed, once it has.
data[].createdAtbodyintegerCreatedAt is when the round was recorded, in unix milliseconds.
data[].idbodystringID is the round id.
data[].namebodystringName is the round name, e.g.
data[].preMoneyValuationbodynumberPreMoneyValuation is the pre-money valuation, for a priced round.
data[].pricePerSharebodynumberPricePerShare is the price per share, for a priced round.
data[].raisedAmountbodynumberRaisedAmount is how much has been invested so far.
data[].roundTypebodystringRoundType is PRICED, SAFE or CONVERTIBLE_NOTE.
data[].shareClassIdbodystringShareClassID is the class a priced round issues into.
data[].statusbodystringStatus is OPEN or CLOSED.
data[].targetAmountbodynumberTargetAmount is how much the round set out to raise.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable rounds list

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page