Request an API Key: https://forms.gle/aivckfyPtUH7RAsv7

Postman Documentation

Lucky Trader News API.postman_collection.json

BaseURL

<https://public-api.luckytrader.com/>

Required

--header "x-api-key: Your-API-Key-Here"

01. NFT News

curl --header "x-api-key: xxxx"
<https://public-api.luckytrader.com/news?limit=10&offset=10>

{
	news: [
			{
        "breaking": false,
        "headline": "Overlord Adds Partners to Grow its Streetwear Brand",
        "summary": "Overlord, the project behind Creepz, announced a handful of new partners tonight in a recent tweet.",
        "publishedAt": "2022-09-21T23:29:58.9230000+00:00",
        "contentType": "news",
        "link": "<https://luckytrader.com/nft/genesis-creepz/news/overlord-adds-partners-to-grow-its-streetwear-brand>",
        "featuredImage": {
            "link": "<https://d3c9os9v862gny.cloudfront.net/dXJsPWh0dHBzOi8vbHVja3ktdHJhZGVyLWNtcy1wcm9kLnMzLnVzLWVhc3QtMi5hbWF6b25hd3MuY29tL0NyZWVwel9HZW5lc2lzX1VwZGF0ZV84M2ZjY2ExODcyLndlYnA=>"
        },
        "contract": {
            "chain": "ETH",
            "contract": "0xfe8c6d19365453d26af321d0e8c910428c23873f"
        },
        "tags": [
            {
                "name": "Notable",
                "slug": "notable"
            }
        ]
      }
	]
}

Params

02. Collections

Coming Soon