curl --request POST \
--url https://api.example.com/offering \
--header 'Content-Type: application/json' \
--data '
{
"subdomain": "acme",
"tokenId": "0x1234567890987654321",
"title": "Decentri Fund",
"pricePerToken": 100,
"offeringPeriod": {
"startDate": "2025-09-01T00:00:00Z",
"endDate": "2025-09-30T23:59:59Z"
},
"fundingLimits": {
"minPayableAmount": 1000,
"maxPayableAmount": 10000,
"hardCap": 100000,
"softCap": 100000
},
"imageUrl": "https://example.com/image.png",
"subtitle": "Decentralized fund for the future",
"description": "This fund is built on decentralization principles, offering greater transparency and autonomy to participants.",
"type": "Equity"
}
'{
"offeringId": "cmVhY3Rpb24vMTIzNA75",
"title": "Decentri Fund",
"token": {
"name": "ACME Token",
"symbol": "ACME",
"address": "0xc0ffee254729296a45a3885639AC7E10F9d54979",
"decimals": 18,
"isPaused": false,
"totalSupply": 123,
"createdAt": "2023-11-07T05:31:56Z"
},
"pricePerToken": 100,
"offeringPeriod": {
"startDate": "2021-09-01T00:00:00Z",
"endDate": "2021-09-30T23:59:59Z"
},
"fundingLimits": {
"raised": 1000,
"minPayableAmount": 1000,
"maxPayableAmount": 10000,
"hardCap": 100000,
"softCap": 100000
},
"participants": 123,
"organizationId": "<string>",
"subtitle": "Decentralized fund for the future",
"description": "This fund is built on decentralization principles, offering greater transparency and autonomy to participants.",
"imageUrl": "https://example.com/image.png",
"type": "Equity"
}Get offering by offeringId
curl --request POST \
--url https://api.example.com/offering \
--header 'Content-Type: application/json' \
--data '
{
"subdomain": "acme",
"tokenId": "0x1234567890987654321",
"title": "Decentri Fund",
"pricePerToken": 100,
"offeringPeriod": {
"startDate": "2025-09-01T00:00:00Z",
"endDate": "2025-09-30T23:59:59Z"
},
"fundingLimits": {
"minPayableAmount": 1000,
"maxPayableAmount": 10000,
"hardCap": 100000,
"softCap": 100000
},
"imageUrl": "https://example.com/image.png",
"subtitle": "Decentralized fund for the future",
"description": "This fund is built on decentralization principles, offering greater transparency and autonomy to participants.",
"type": "Equity"
}
'{
"offeringId": "cmVhY3Rpb24vMTIzNA75",
"title": "Decentri Fund",
"token": {
"name": "ACME Token",
"symbol": "ACME",
"address": "0xc0ffee254729296a45a3885639AC7E10F9d54979",
"decimals": 18,
"isPaused": false,
"totalSupply": 123,
"createdAt": "2023-11-07T05:31:56Z"
},
"pricePerToken": 100,
"offeringPeriod": {
"startDate": "2021-09-01T00:00:00Z",
"endDate": "2021-09-30T23:59:59Z"
},
"fundingLimits": {
"raised": 1000,
"minPayableAmount": 1000,
"maxPayableAmount": 10000,
"hardCap": 100000,
"softCap": 100000
},
"participants": 123,
"organizationId": "<string>",
"subtitle": "Decentralized fund for the future",
"description": "This fund is built on decentralization principles, offering greater transparency and autonomy to participants.",
"imageUrl": "https://example.com/image.png",
"type": "Equity"
}The subdomain that will be added as a prefix to the domain 'decentri.org'.
"acme"
The token ID
"0x1234567890987654321"
The title of the offering
"Decentri Fund"
The price per token
100
The period during which the offering is available
The limits on contributions or participation in the offering
Show child attributes
The minimum amount a participant can pay.
1000
The maximum amount a participant can pay.
10000
The hard cap of the offering, representing the maximum total amount that can be raised.
100000
The soft cap of the offering, representing the minimum target amount to proceed with the offering.
100000
The URL of the image
"https://example.com/image.png"
A brief subtitle or tagline for the offering
"Decentralized fund for the future"
The description of the offering
"This fund is built on decentralization principles, offering greater transparency and autonomy to participants."
The type of the offering
"Equity"
The offering has been successfully retrieved
The unique identifier for the offering
"cmVhY3Rpb24vMTIzNA75"
The title or name of the offering
"Decentri Fund"
The token of the offering
Show child attributes
The name of the token
"ACME Token"
The symbol of the token
"ACME"
The address of the token
"0xc0ffee254729296a45a3885639AC7E10F9d54979"
The number of decimals places the token should have
18
Whether the token is paused
false
The total supply of the token
The date the token was created
The price per token
100
The period during which the offering is available
The limits on contributions or participation in the offering
Show child attributes
The total amount currently raised
1000
The minimum amount a participant can pay.
1000
The maximum amount a participant can pay.
10000
The hard cap of the offering, representing the maximum total amount that can be raised.
100000
The soft cap of the offering, representing the minimum target amount to proceed with the offering.
100000
The current number of participants in the offering
The ID of the organization that owns the offering
A brief subtitle or tagline for the offering
"Decentralized fund for the future"
A detailed description of the offering
"This fund is built on decentralization principles, offering greater transparency and autonomy to participants."
The URL of the image
"https://example.com/image.png"
The type of the offering
"Equity"