Create billboard settings
POST {{base_url_servicing}}/billboard/settings/token/{{token_id}}
https://docs.tokeny.com/reference/postbillboardosettings
🔐 Note that the authentication must provide management rights over account. The required permission is ISSUER_MANAGEMENT.
Create billboard settings
Set Billboard settings for the given token.
tradableExpirationTime
: seconds after which the offers created by the investor, will not be displayed anymore for potential third party investors.
Tradable: Allow investors to trade tokens through the investor portal.
Publishable: Allow aggregators to publish trade offers on bulletin boards.
Request Body
{"tradable"=>true, "publishable"=>true, "tradableTo"=>["0dc874ab-d340-401c-8d4f-d8a264273897", "aafd7bfc-99ed-4e1f-b214-227c940ba41a", "1eb7340b-31c2-4f39-9b7f-2f0b6dfb20a4", "24c5f524-c4a8-4f7c-bad8-fc3e03569edb", "323305f5-05b9-4b6b-90d6-8b209a2ee461"], "tradableExpirationTime"=>0}
RESPONSES
status: OK