Skip to main content
GET
/
api
/
sol
/
tokens
/
signer
/
{signer}
/
counts
Signer deploy/migration counts
curl --request GET \
  --url 'https://de.raze.sh/api/sol/tokens/signer/{signer}/counts?apiKey='
{
  "success": true,
  "signer": "<string>",
  "deployCount": 123,
  "migrationCount": 123
}

Authorizations

apiKey
string
query
required

Path Parameters

signer
string
required

Response

Success

success
boolean
signer
string
deployCount
integer
migrationCount
integer