This endpoint allows you to get all subscriptions
Chains Supported:
Mainnet: Ethereum, BSC, Matic, Celo, Avalanche, Xinfin, Klaytn, Kadena, Velas, Cronos, Fuse, Solana, Fantom, Arbitrum, Aurora.
Testnet: bsc-testnet, klaytn-testnet and polygon-testnet(mumbai-testnet)
In order to use notifications for testnets use
https://testnet-notify.unmarshal.com/v1/subscriptions
along with all required body.
curl -i -X GET \ 'https://notify.unmarshal.com/v1/subscriptions?page=1&pageSize=10&address=string&deviceId=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
This endpoint allows you to get notification receipts
Chains Supported:
Mainnet: Ethereum, BSC, Matic, Celo, Avalanche, Xinfin, Klaytn, Kadena, Velas, Cronos, Fuse, Solana, Fantom, Arbitrum, Aurora.
Testnet: bsc-testnet, klaytn-testnet and polygon-testnet(mumbai-testnet)
In order to use notifications for testnets use
https://testnet-notify.unmarshal.com/v1/receipts
curl -i -X GET \ 'https://notify.unmarshal.com/v1/receipts?transactionHash=0x12f8893ae5637558e6af82fe50779b4c9a63c4e92fbee993fe6a6945b2ff6b8d' \ -H 'x-api-key: YOUR_API_KEY_HERE'