cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/contracts/subscription/unsubscribe \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "subscriber_address": "<string>", "service_nft_tn": "<string>", "subscriber_nft_tn": "<string>", "current_time": "<string>" }'
{ "cbor_hex": "<string>", "tx_hash": "<string>" }
Cancel an active subscription and stop recurring payments with proper contract termination.
Project API Key
Service NFT token name
Subscriber NFT token name
Current timestamp
Subscriber address
Unsubscribed successfully
Unsigned transaction
CBOR hexadecimal representation of the transaction
Transaction hash
Was this page helpful?