cURL
curl --request POST \ --url https://{host}/Agent/Tokens/GetCreationAttributes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "currency": "<string>", "commission": 123, "trustProvider": "<string>" }
Gets essential attributes needed for getting the Trust Provider to accept token creation contracts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success