listByCreator
Using the Upstream NFT API you can query lists of NFT by their creator account. This example, connected to our test environment, shows use of the listByCreator
API call
HTTP POST /api/nft/listByCreator/creator/{creator}
Headers, Content-Type: application/json, Ocp-Apim-Subscription-Key: [CONTACT US FOR A KEY]
Response Example:
Content-Type : application/json
[
{
"id": "232",
"name": "First Successful Airdrop",
"description": "First Successful Airdrop to the staging environment",
"symbol": "FSAD-001",
"thumbnail": "https://upstreamexchange-staging.azurewebsites.net/RegTechNotarisations?id=BBAD3DF198EDC633D556D8AEEFC2DF8DE2B2722C5DE5D8B9A2A463FB18275237.zip&handler=Thumbnail",
"explorer": "https://testexplorer.upstream.exchange/address/0xba88914640eb2821e7ec19852df2bd6a3728cc65",
"trade": "https://weblinktotraderedirector.azurewebsites.net/api/WebLinkToTrade?symbol=FSAD-001&action=buy&quantity=1&app=upstream&environment=Staging",
"issuer": "",
"twitter": "",
"lastTraded": "1 day ago",
"metaData": "https://upstreamexchange-staging.azurewebsites.net/RegTechNotarisations?id=BBAD3DF198EDC633D556D8AEEFC2DF8DE2B2722C5DE5D8B9A2A463FB18275237.zip&handler=Json",
"claimCode": "QRC2BB5",
"claimTimeRemaining": "1 days remaining",
"claimLink": "https://weblinktotraderedirector.azurewebsites.net/api/WebLinkToTrade?stepId=13034&app=upstream&environment=Staging&action=investor",
"claimRemaining": "29 NFT(s) remaining"
}
]