Create a token subscription with an interval

Create a new token subscription with an interval
šŸ” Note that the authentication must provide administrative privileges. The required permission is OWNER.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Token ID

string
length ≤ 255

Custom name of this subscription (use only letters and numbers; no spaces)

date-time
required

Opening date for subscription

date-time

Closing date for subscription

string
enum
required

Note:
If it is CLOSE_ENDED, the tokenPrice and endDate values must be set.
If it is OPEN_ENDED, the tokenPrice and endDate values must be null.

Allowed:
string

Price per token to participate in the subscription

boolean
required
Defaults to false

Auto minting

caps
object

Maximum investment amounts

fees
object

Applicable subscription fees

paymentMethods
object
required

Payment methods for the subscription

orderFormSettings
object

Investor app order form settings.

calendar
object

Calendar to create and link a specific Calendar

Responses

400

Subscription creation failed due to invalid data.

Some of the subscription payment inputs must be set to true (paymentInputNetInvestment, paymentInputAmountToPay, paymentInputTokenQuantity).

Close Ended subscriptions cannot have a calendar linked.

Token price must be undefined when creating open ended subscription.

Open-ended intervals cannot have an end date.

Token price must be defined when creating close ended subscription.

The price of the token must be a positive number greater than zero.

End date is in the past (UTC).

End date is before or equal to the start date.

401

Unauthorized

403

Token not manageable with this authentication.

404

Token not found.

Holder not found.

Subscription not found.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json