cURL
curl --request GET \ --url https://api.example.com/api/entities/{id}/transactions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "amount_usd": "<string>", "amount_eur": "<string>", "year": 123, "month": 123, "round_type": "<string>", "valuation_usd": "<string>", "investors": [ { "id": 123, "name": "<string>", "is_lead": true } ] } ], "page": { "limit": 123, "offset": 123, "total": 123 } }
Lists all funding-related transactions for an entity. Entity funding_summary remains funding-round based.
Auth0 JWT access token
1
"12345"
Number of results to return (1-500, default 100)
"100"
"0"
Entity transactions
Show child attributes