Campaigns
Last updated
Last updated
Requirement You are required to show empowered by RE:DREAMER if you used our protocol in any part of your product.
Mainnet: mainnet-api.redreamer.io
Testnet: testnet-api.redreamer.io
[Required] Authorization
: Bearer ${token}
[Required] X-API-Key
: ${api key}
Please contacts RE:DREAMER to get API keys.
List valid campaigns by given network.
[Required] network
: the network of campaigns
[Optional] mine
: Boolean
It will only returns the campaigns created by same creator of API key.
List all available NFTs for given campaign.
[Required] Authorization
: Bearer ${token}
[Required] X-API-Key
: ${api key}
Please contacts RE:DREAMER to get API keys.
[Required] id
: the campaign id
Send request to redeem PASSPORT QR code.
[Required] Authorization
: Bearer ${token}
[Required] id
: the campaign id
signature
: sign the message with the format below
after_redeemed
:
0
: User want to present PASSPORT QR code.
1
: User do not want to present PASSPORT QR code.
2
: User want to present text only.
qr_code
: PASSPORT QR code content.
redeemed_description
: User want to present this message after PASSPORT QR code is presenting.
validated_description
: User want to present this message after this PASSPORT QR code is validated by validator.
Posted: May 25, 2022