Skip to main content
GET
/
offering
[
  {
    "offeringId": "cmVhY3Rpb24vMTIzNA75",
    "title": "Decentri Fund",
    "subtitle": "Decentralized fund for the future",
    "description": "This fund is built on decentralization principles, offering greater transparency and autonomy to participants.",
    "token": {
      "name": "ACME Token",
      "symbol": "ACME",
      "address": "0xc0ffee254729296a45a3885639AC7E10F9d54979",
      "decimals": 18,
      "isPaused": false,
      "totalSupply": 123,
      "createdAt": "2023-11-07T05:31:56Z"
    },
    "imageUrl": "https://example.com/image.png",
    "type": "Equity",
    "pricePerToken": 100,
    "offeringPeriod": {
      "startDate": "2021-09-01T00:00:00Z",
      "endDate": "2021-09-30T23:59:59Z"
    },
    "fundingLimits": {
      "minPayableAmount": 1000,
      "maxPayableAmount": 10000,
      "hardCap": 100000,
      "softCap": 100000,
      "raised": 1000
    },
    "participants": 123,
    "organizationId": "<string>"
  }
]

Response

The offerings have been successfully retrieved

offeringId
string
required

The unique identifier for the offering

Example:

"cmVhY3Rpb24vMTIzNA75"

title
string
required

The title or name of the offering

Example:

"Decentri Fund"

token
object
required

The token of the offering

pricePerToken
number
required

The price per token

Example:

100

offeringPeriod
object
required

The period during which the offering is available

fundingLimits
object
required

The limits on contributions or participation in the offering

participants
number
required

The current number of participants in the offering

organizationId
string
required

The ID of the organization that owns the offering

subtitle
string

A brief subtitle or tagline for the offering

Example:

"Decentralized fund for the future"

description
string

A detailed description of the offering

Example:

"This fund is built on decentralization principles, offering greater transparency and autonomy to participants."

imageUrl
string

The URL of the image

Example:

"https://example.com/image.png"

type
string

The type of the offering

Example:

"Equity"