GET
/tokenization/nftGet NFT Tokens
Outcome - Retrieves a paginated list of NFT security tokens with optional search, filtering, and sorting.
Query Parameters
searchstringSearch by token name or symbol
filters[networkId]numberFilter by network ID
pagenumberdefault: 1Page number for pagination
orderstringdefault: DESCSort order (ASC or DESC)
sortKeystringdefault: idField used to sort the results (e.g., id, name, createdAt)
clientIdstringnullableFilter by Client ID.
Responses
Response attributes
messagestringResponse message
dataarrayList of NFT security tokens
Show child attributes (7)
idnumberUnique identifier of the token
namestringName of the token
symbolstringSymbol of the token
contractAddressstringContract address of the token
statusstringDeployment status of the token
typestringType of token (e.g., NFT)
networkobjectDetails of the network the token belongs to
metaobjectPagination metadata
Show child attributes (4)
totalItemsnumberTotal number of items found
itemsPerPagenumberNumber of items per page
totalPagesnumberTotal number of pages
currentPagenumberCurrent page number
statusnumberHTTP status code
Was this page helpful?