GET
/
v2
/
stp
/
subscription_check
/
curl --request GET \
  --url https://api.neynar.com/v2/stp/subscription_check/ \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

addresses
string
required

Comma separated list of Ethereum addresses, up to 350 at a time

Example:

"0xedd3783e8c7c52b80cfbd026a63c207edc9cbee7,0x5a927ac639636e534b678e81768ca19e2c6280b7"

contract_address
string
required

Ethereum address of the STP contract

Example:

"0x76ad4cb9ac51c09f4d9c2cadcea75c9fa9074e5b"

chain_id
string
required

Chain ID of the STP contract

Example:

"8453"

Response

200
application/json

Success

The response is of type object.