List

Subscriptions

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.

Request
Security:
query Parameters
page
integer <int32>
Example: page=1
pageSize
integer <int32>
Example: pageSize=10
address
string

address

deviceId
string

device id for firebase notification

Responses
200
get/subscriptions
Request samples
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'

Receipts

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    
Request
Security:
query Parameters
transactionHash
string
Example: transactionHash=0x12f8893ae5637558e6af82fe50779b4c9a63c4e92fbee993fe6a6945b2ff6b8d
Responses
200
get/receipts
Request samples
curl -i -X GET \
  'https://notify.unmarshal.com/v1/receipts?transactionHash=0x12f8893ae5637558e6af82fe50779b4c9a63c4e92fbee993fe6a6945b2ff6b8d' \
  -H 'x-api-key: YOUR_API_KEY_HERE'