Facilitates the creation of a new token on one or more blockchains.
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
The id of the vault account that initiated the request to issue the token
"0"
The base asset identifiers of the blockchains (legacyId) to calculate deterministic addresses
["ETH", "POLYGON"]
The salt to calculate the deterministic address. Must be a number between 0 and 2^256 -1, for it to fit in the bytes32 parameter.
"123456789"
Indicates whether the token should be created in a gasless manner, utilizing the ERC-2771 standard. When set to true, the transaction will be relayed by a designated relayer. The workspace must be configured to use Fireblocks gasless relay.
false
Max fee amount for the write function transaction. interchangeable with the 'feeLevel' field
"2000"
Fee level for the write function transaction. interchangeable with the 'fee' field
LOW, MEDIUM, HIGH "MEDIUM"
Tokens were created successfully
The token link id
"fbfbfbfb-fbfb-fbfb-fbfb-fbfbfbfbfbfb"
The token status
PENDING, COMPLETED "COMPLETED"
The type of token
FUNGIBLE_TOKEN, NON_FUNGIBLE_TOKEN, TOKEN_UTILITY, TOKEN_EXTENSION "NON_FUNGIBLE_TOKEN"
The Fireblocks' reference id
"BQ5R_MY_TOKEN"
The token display name. If was not provided, would be taken from the contract template
"My Simple ERC20 Token"
The token's metadata