List all linked tokens
GET {{baseUrl}}/tokenization/tokens
Return all linked tokens (paginated)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageCursor | string | Page cursor to get the next page | |
pageSize | string | Number of items per page, requesting more then max will return max items |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"\u003cstring\u003e","status":"PENDING","type":"TOKEN_UTILITY","refId":"\u003cstring\u003e","displayName":"\u003cstring\u003e","tokenMetadata":{"assetId":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e","networkProtocol":"\u003cstring\u003e","totalSupply":"\u003cstring\u003e","holdersCount":"\u003cnumber\u003e","type":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e","issuerAddress":"\u003cstring\u003e","testnet":"\u003cboolean\u003e","blockchain":"\u003cstring\u003e","decimals":"\u003cnumber\u003e","vaultAccountId":"\u003cstring\u003e"}},{"id":"\u003cstring\u003e","status":"PENDING","type":"TOKEN_UTILITY","refId":"\u003cstring\u003e","displayName":"\u003cstring\u003e","tokenMetadata":{"assetId":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e","networkProtocol":"\u003cstring\u003e","totalSupply":"\u003cstring\u003e","holdersCount":"\u003cnumber\u003e","type":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e","issuerAddress":"\u003cstring\u003e","testnet":"\u003cboolean\u003e","blockchain":"\u003cstring\u003e","decimals":"\u003cnumber\u003e","vaultAccountId":"\u003cstring\u003e"}}],"next":"\u003cstring\u003e"}