Filter Marketplace Tokens
This service returns marketplace tokens with pagination
Filter Marketplace Tokens
GET
{{server-url}}/marketplace-tokens/filter
It returns list of marketplace fees with pagination
Query Parameters
Name | Type | Description |
---|---|---|
page | Number | Represents page number. Default 0 |
orderDirection | String | Represents order direction. It can be ASC or DESC. Default DESC |
size | Number | Represents content size. Default 10 |
symbol | String | Represents marketplace token's symbol. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
PROJECT-ID* | String | UUID formatted project's identifier |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
icon | String | Represents marketplace token's icon url |
symbol | String | Represents marketplace token's symbol |
name | String | Represents marketplace token's name |
decimal | Number | Represents marketplace token's supported decimal converter value. |
address | String | Represents marketplace token's contract address |
networkId | Number | Represents network identifier, which the token smart contract deployed. |
Last updated