Created
November 16, 2022 03:36
-
-
Save ArchieR7/46e6a7e4c1ec63a64730e95203f1c7f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"campaign": { | |
"uuid": "ed43c9de-ce4d-4924-a7fe-0714e4ced77e", | |
"network": "eth", // e.g. eth, polygon, tt, bnb | |
"name": "campaign name", | |
"description": "campaign descritpion", | |
"validated_description": "validated!", | |
"redeemed_description": "redeemed!", | |
"image_url": "https://mainnet-cdn.redreamer.io/logo.png", | |
"contract_addresses": [ | |
"0xc8678e705e99ab25b2ed7ab9cccdbcfc69556eb8", | |
"0xe54b8f3059d41c94a788359291dea95099f0aadc", | |
"0x6e6eef5de9fdfa52b031bdda1606ecaf795b7a5e" | |
], | |
"start_time": "2022-11-09T05:29:39.407955Z", | |
"end_time": "2022-11-30T05:29:39.407955Z", | |
"created_at": "2022-11-09T05:29:39.407955Z", | |
"updated_at": "2022-11-09T05:29:39.407955Z", | |
"deleted_at": "0001-00-00T00:00:00.000000Z" | |
}, | |
"nft": { | |
"uuid": "a1a4461e-25a6-4941-b2fc-40482f854955", | |
"network": "eth", // e.g. eth, polygon, tt, bnb | |
"contract_address": "0xc8678e705e99ab25b2ed7ab9cccdbcfc69556eb8", | |
"token_id": 1, | |
"is_valid": true, | |
"is_redeemable": true, | |
"created_at": "2022-11-09T05:29:39.407955Z", | |
"updated_at": "2022-11-09T05:29:39.407955Z", | |
"deleted_at": "0001-00-00T00:00:00.000000Z", | |
"name": "nft-name", | |
"description": "nft-description", | |
"image_url": "https://mainnet-cdn.redreamer.io/logo.png", | |
"external_url": "https://redreamer.io", | |
"animation_url": "", | |
"attributes": [] | |
}, | |
"validated_at": "2022-11-09T05:29:39.407955Z" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment