POST
/
contracts
/
subscription
/
unsubscribe
Unsubscribe
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>"
}

Authorizations

api-key
string
header
required

Project API Key

Body

application/json

Response

202
application/json

Unsubscribed successfully

Unsigned transaction