Credit
Create Credit token
This is endpoint returns an unsigned transaction that creates a new Credit token from the specified app. Once you sign this transaction, using your private key held in your local environment variables, you can broadcast it using the Execute Transaction endpoint; or if you prefer to wait for confirmation using the Execute Transaction and Wait endpoint.
POST
/
credit
/
new
Authorizations
Body
application/json
Blockchain network to use
Required string length:
1 - 255
Ethereum address of the application
Token name
Required string length:
1 - 512
Token symbol
Required string length:
1 - 512
Token initial supply amount
Required range:
x > 0
Token decimals
Required range:
x > 0