Token

Create a new webhook

Creates a webhook subscription for a chain to receive real-time token scan updates.

post/v0/token/hooks/{chain}

Path parameters

chain'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' | 'flare' required

The chain name

Request body

urlstring uri required
shared_secret_keystring nullable

Optional shared secret key (32 characters), used to calculate the HMAC signature

Response

Successful Response

urlstring uri required
shared_secret_keystring nullable

Optional shared secret key (32 characters), used to calculate the HMAC signature

chain'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' | 'flare' required

The chain name

activeboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 5 of the 95 revisions of this API.167

  • 7897dd82aeda11See the full diff
    • added the new flare enum value to the chain response property for the response status 201

      response-property-enum-value-added

    • added the new enum value flare to the path request parameter chain

      request-parameter-enum-value-added

  • 5dd76e537ede11See the full diff
    • added the new robinhood enum value to the chain response property for the response status 201

      response-property-enum-value-added

    • added the new enum value robinhood to the path request parameter chain

      request-parameter-enum-value-added

  • ed1955d90f9911See the full diff
    • removed the enum value zero-network from the path request parameter chain

      request-parameter-enum-value-removed

    • removed the zero-network enum value from the chain response property for the response status 201

      response-property-enum-value-removed

  • edc1bd1cc6f011See the full diff
    • added the new kaia enum value to the chain response property for the response status 201

      response-property-enum-value-added

    • added the new enum value kaia to the path request parameter chain

      request-parameter-enum-value-added

  • 9f445a24d5a033See the full diff
    • added the new megaeth enum value to the chain response property for the response status 201

      response-property-enum-value-added

    • added the new sei enum value to the chain response property for the response status 201

      response-property-enum-value-added

    • added the new tempo enum value to the chain response property for the response status 201

      response-property-enum-value-added

    • added the new enum value megaeth to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value sei to the path request parameter chain

      request-parameter-enum-value-added

    • added the new enum value tempo to the path request parameter chain

      request-parameter-enum-value-added

Of the 95 revisions, 1 has no diff computed.