# Fetch a project's details based on the id **GET /projects/{id}** Fetch a project's details based on the id. ## Servers ## Parameters ### Path parameters - **id** (string) Resource ID ## Responses ### 200 The project with the id #### Body: (object) - **id** (string(uuid)) - **code** (string) - **chain** (string) - **description** (string | null) - **free_float_bps** (number) - **number_of_tokens** (string) - **minimum_subscription_bps** (number) - **token_price** (string) - **currency** (string) - **coupon_bps** (integer) - **min_investment** (number(float)) - **on_sale** (boolean) - **pre_sale** (boolean) - **post_sale** (boolean) - **sale_starts_at** (string(datetime)) - **bic** (string) - **sale_ends_at** (string(datetime)) - **published** (boolean) - **account_name** (string) - **has_investment_survey** (boolean) - **transferability** (string) - **bvdh_customer_id** (string) - **iban** (string) ### 401 Authorization information is missing or invalid. ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)