cURL
curl --request GET \ --url https://api.example.com/created-tokens
{ "tokens": [ { "marketId": "<string>", "side": "yes", "chain": "<string>", "tokenAddress": "<string>", "createdAt": 123 } ] }
Filter by chain; defaults to all chains
base
bsc
"base"
Successfully retrieved created tokens
Show child attributes