Return a linked token
Return a linked token, with its status and metadata.
GET
TypeScript
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.
Path Parameters
The token link id
Response
Token fetched successfully
The token link id
Example:
"fbfbfbfb-fbfb-fbfb-fbfb-fbfbfbfbfbfb"
The token status
Available options:
PENDING, COMPLETED Example:
"COMPLETED"
The type of token
Available options:
FUNGIBLE_TOKEN, NON_FUNGIBLE_TOKEN, TOKEN_UTILITY, TOKEN_EXTENSION Example:
"NON_FUNGIBLE_TOKEN"
The Fireblocks' reference id
Example:
"BQ5R_MY_TOKEN"
The token display name. If was not provided, would be taken from the contract template
Example:
"My Simple ERC20 Token"
The token's metadata
- Option 1
- Option 2
- Option 3
Previous
Unlink a tokenUnlink a token. The token will be unlinked from the workspace. The token will not be deleted on chain nor the refId, only the link to the workspace will be removed.
Next
TypeScript