GET/tokenization/token

Get Tokens

Outcome - Retrieves a paginated list of security tokens with optional search, filtering, and sorting.

Query Parameters

searchstring

Search by token name or symbol

filters[networkId]number

Filter by network ID

clientIdstringnullable

Filter by Client ID.

pagenumberdefault: 1

Page number for pagination

orderstringdefault: DESC

Sort order (ASC or DESC)

sortKeystringdefault: id

Field used to sort the results (e.g., id, name, createdAt)

Responses

Response attributes

messagestring

Response message

dataarray

List of security tokens

Show child attributes (7)
idnumber

Unique identifier of the token

namestring

Name of the token

symbolstring

Symbol of the token

contractAddressstring

Contract address of the token

statusstring

Deployment status of the token

typestring

Type of token (e.g., ERC20)

networkobject

Details of the network the token belongs to

metaobject

Pagination metadata

Show child attributes (4)
totalItemsnumber

Total number of items found

itemsPerPagenumber

Number of items per page

totalPagesnumber

Total number of pages

currentPagenumber

Current page number

statusnumber

HTTP status code

Was this page helpful?