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
Authorizations
Body
application/json
Ethereum address of the application
Blockchain network to use
Required string length:
1 - 255
Token name
Required string length:
1 - 512
Token initial supply amount
Required range:
x > 0
Token symbol
Required string length:
1 - 512
Token decimals
Required range:
x > 0