Fetch a project's details based on the project code

GET /projects/by_code/{code}

Fetch a project's details based on the project code.

Path parameters

  • code string Required

    Project code/symbol

Responses

GET /projects/by_code/{code}
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/projects/by_code/{code}
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"
}