Lists all tokens. By default, only published tokens are returned. If owner=me is provided, returns all tokens for the user.
Lists all tokens. By default, only published tokens are returned. If owner=me is provided, returns all tokens for the user.
Filters by the owner. Allowed values: 'me'. If 'me' is provided, the user must be authenticated. If not, only published tokens will be returned
Value in
The field to sort by
Value in
Filters by the name and/or symbol
Currency to convert the prices to
Value in
Filter by graduation status. true = graduated only, false = not graduated only.
List of relations to populate, as a comma separated string. Allowed values: 'projects', 'projects.appTemplate', 'competitions'
Page number
1 <= value1Number of items per page
1 <= value <= 10010Sort direction
Value in
application/json
curl -X GET "https://example.com/tokens"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "description": "string", "initialPrice": 0, "address": "string", "imagePath": "string", "website": "string", "telegram": "string", "instagram": "string", "twitter": "string", "youtube": "string", "tiktok": "string", "discord": "string", "reddit": "string", "linkedIn": "string", "projects": [ { "name": "string", "data": {}, "htmlGameOpsEnabled": true, "autoSwapsEnabled": true, "images": [ { "name": "string", "path": "string" } ], "appTemplate": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "url": "http://example.com", "schema": {}, "images": [ { "name": "string", "maxSize": 0 } ], "files": [ { "name": "string", "maxSize": 0 } ], "isEnabled": true, "previewImage": "string", "sortOrder": 0 }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "files": [ { "name": "string", "path": "string" } ], "status": "live" } ], "competitions": [ { "id": "string", "name": "string", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "createdAt": "string", "updatedAt": "string", "tokens": [ { "id": "string" } ], "isActive": true, "description": "string", "publishedAt": "string", "rewardsDistributed": true, "distributionStrategy": { "id": "string", "name": "string", "type": "PRO_RATA", "description": "string", "config": { "totalPool": 0, "eligibleCount": 0, "multipliers": { "property1": 0, "property2": 0 } }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } } ], "buybackAddress": "string", "pairAddress": "string", "isGraduated": true, "tier": "native", "price": "string", "change24h": 0, "volume24h": "string", "liquidity": "string", "marketCap": "string", "pair": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "pair": "string", "tokenAName": "string", "tokenBName": "string", "tokenASymbol": "string", "tokenBSymbol": "string", "tokenA": "string", "tokenB": "string", "reserveA": "string", "reserveB": "string", "forestIndex": 0, "isGraduated": true, "tokensSold": "string", "tokensToPurchase": "string", "price": "string", "tokenId": "07dfef4c-e677-4ce6-87a3-cd348338445f" }, "buyFee": 0, "sellFee": 0, "buybackPercent": 0, "reservePercent": 0, "stakingPercent": 0, "liquidityPercent": 0, "rewardPoolPercent": 0, "ownerAddress": "string", "allTimeHigh": "string", "txnCount24h": 0, "stakingContractAddress": "string", "escrowContractAddress": "string", "coinflipContractAddress": "string", "creatorFees": "string", "createdAt": "2019-08-24T14:15:22Z", "version": 0, "curveType": 0, "graduationThreshold": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "symbol": "string", "totalSupply": 0, "status": "live" } ]}