Deals
View endpoints for deals.
Authentication roles requirements are written in endpoints descriptions.
Get list of all deals
GET
https://launchpad.angelssquad.com/api/deals/deal/:id
Allowance: [everyone]
Path Parameters
Name
Type
Description
id*
number
dealId
Get list of all deals
GET
https://launchpad.angelssquad.com/api/deals/all
Allowance: [everyone]
Get active deals (in interest discovery or fundraising phase)
GET
https://launchpad.angelssquad.com/api/deals/active
Allowance: [everyone]
Get finished deals (marked as completed)
GET
https://launchpad.angelssquad.com/api/deals/finished
Allowance: [everyone]
Get wallet deals participations info
GET
https://launchpad.angelssquad.com/api/deals/wallet/:id
Allowance: [wallet, admin]
Path Parameters
Name
Type
Description
id*
number
deal id
Get participations statistics for all deals of specific community (interest discovery/fundraising)
GET
https://launchpad.angelssquad.com/api/deals/community/:id
Allowance: [community, admin]
Path Parameters
Name
Type
Description
id
number
community id
Last updated