API Endpoints
GET Add to Apple Wallet
On success, it will return a .pkpass
Example of request:
Query Parameters
nft_id
the id of the NFT
chain_id
the chain id of the collection
collection_address
the collection address
sign_message
the signed message
sign_id
the id of the signature
GET Add to Google Wallet
On success, it will return a .pkpass
Example of request:
Query Parameters
nft_id
the id of the NFT
chain_id
the chain id of the collection
collection_address
the collection address
sign_message
the signed message
sign_id
the id of the signature
POST Send Notification
On success, user will receive a notification from his Apple Wallet
Example of request:
Query Parameters
collection_index
the id of the collection
wallet
wallet address of the collection owner
message
notification message
campaign_name
name of the notification campaign
link
str representing the link on the notification (not-required)
signature
the signature
Last updated