Return a linked token
GET {{baseUrl}}/tokenization/tokens/:id
Return a linked token, with its status and metadata.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"status": "COMPLETED",
"type": "FUNGIBLE_TOKEN",
"refId": "<string>",
"displayName": "<string>",
"tokenMetadata": {
"assetId": "<string>",
"name": "<string>",
"symbol": "<string>",
"networkProtocol": "<string>",
"totalSupply": "<string>",
"holdersCount": "<number>",
"type": "<string>",
"contractAddress": "<string>",
"issuerAddress": "<string>",
"testnet": "<boolean>",
"blockchain": "<string>",
"decimals": "<number>",
"vaultAccountId": "<string>"
}
} |
ENDPOINTS