FireblocksSdk.Api.Tokenization (FireblocksSdk v0.1.4)

View Source

Summary

Functions

Facilitates the creation of a new token, supporting both EVM-based and Stellar/Ripple platforms. For EVM, it deploys the corresponding contract template to the blockchain and links the token to the workspace. For Stellar/Ripple, it links a newly created token directly to the workspace without deploying a contract. Returns the token link with status "PENDING" until the token is deployed or "SUCCESS" if no deployment is needed.

Return a linked token, with its status and metadata.

Return all linked tokens (paginated)

Functions

create(params, idempotentKey \\ "")

Facilitates the creation of a new token, supporting both EVM-based and Stellar/Ripple platforms. For EVM, it deploys the corresponding contract template to the blockchain and links the token to the workspace. For Stellar/Ripple, it links a newly created token directly to the workspace without deploying a contract. Returns the token link with status "PENDING" until the token is deployed or "SUCCESS" if no deployment is needed.

Options:

get(token_id)

Return a linked token, with its status and metadata.

list(filter)

Return all linked tokens (paginated)

Options: