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
X-API-KEY
string
headerrequiredBody
application/json
chain
string
requiredBlockchain network to use
Required string length:
1 - 255
app_id
string
requiredEthereum address of the application
token_name
string
requiredToken name
Required string length:
1 - 512
token_symbol
string
requiredToken symbol
Required string length:
1 - 512
token_supply
number
requiredToken initial supply amount
Required range:
x > 0
token_decimals
integer
default: 18Token decimals
Required range:
x > 0
Response
200 - application/json
success
boolean
requiredSuccess response
unsignedTransaction
any | null
Unsigned transaction object for the user to sign