GET /projects
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/projects
Response examples (200)
[
{
"id": "string",
"code": "string",
"chain": "Ethereum",
"description": "string",
"free_float_bps": 42.0,
"number_of_tokens": "string",
"minimum_subscription_bps": 42.0,
"token_price": "string",
"currency": "string",
"coupon_bps": 42,
"min_investment": 42.0,
"on_sale": true,
"pre_sale": true,
"post_sale": true,
"sale_starts_at": "string",
"sale_ends_at": "string",
"published": true,
"account_name": "string",
"has_investment_survey": true,
"transferability": "open",
"bvdh_customer_id": "string",
"iban": "string",
"bic": "string"
}
]
Response examples (200)
[
{
"id": "string",
"code": "string",
"chain": "Ethereum",
"description": "string",
"free_float_bps": 42.0,
"number_of_tokens": "string",
"minimum_subscription_bps": 42.0,
"token_price": "string",
"currency": "string",
"coupon_bps": 42,
"min_investment": 42.0,
"on_sale": true,
"pre_sale": true,
"post_sale": true,
"sale_starts_at": "string",
"sale_ends_at": "string",
"published": true,
"account_name": "string",
"has_investment_survey": true,
"transferability": "open",
"bvdh_customer_id": "string",
"iban": "string",
"bic": "string"
}
]