cURL
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
cURL
Authorizations
Body
application/json
Blockchain network to use
Required string length:
1 - 255Example:
"arbitrum-sepolia"
Ethereum address of the application
Example:
"0x9716fb655f2a72b1fc1b4db02b8ad20b6747442a"
Token name
Required string length:
1 - 512Example:
"My Credit Token"
Token symbol
Required string length:
1 - 512Example:
"CRED"
Token initial supply amount
Required range:
x >= 0Example:
123
Token decimals
Required range:
x >= 0Example:
18
Token is non transferable type
Example:
true