Get the list of recently created tokens
QUERY PARAMS
platform_id
string
The parameter specifies the platform on which tokens were created.
page
number
Page number for pagination
page_size
number
Number items per page
RESPONSES
200
OK
Response Body (application/json)
success
boolean
Status of Api
address
string
Address of token
decimals
number
Decimals of token
name
string
Name of token
symbol
string
Symbol of token
market_cap
number
Current market cap of token
price
number
Current price of token
created_time
number
The Unix epoch time that token was created
platform
string
The platform on which tokens were created
creator
string
The creator of token
400
Bad Request
Response Body (application/json)
401
Authentication failed
Response Body (application/json)
429
Too Many Requests
Response Body (application/json)
500
Internal Server Error
Response Body (application/json)