POST
/
asset
/
submit
curl --request POST \
  --url https://app.chainpatrol.io/api/v2/asset/submit \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "assets": [
    "<string>"
  ],
  "organizationSlug": "<string>"
}'
"<any>"
API Key is Required

Authorizations

X-API-KEY
string
header
required

Your API key. This is required by most endpoints to access our API programatically. Reach out to us at [email protected] to get an API key for your use.

Body

application/json
assets
string[]
required
organizationSlug
string

Response

200
application/json
Successful response

The response is of type any.