Skip to main content

Resources

Base URL: https://api.holderscan.com/v0/

Chain ID

In order to access any resouce you must provide a chain_id

Example: https://api.holderscan.com/v0/sol/<resource>

note

sol is currently the only supported chain_id. Support for other chains will be added in the future.

Error Responses

All endpoints may return the following errors:

404

{
"message": "Token not found"
}

400

{
"message": "Invalid parameters"
}

429

{
"message": "Too many Requests"
}

402

{
"message": "Payment Required"
}

403

{
"message": "Unauthorized"
}

Notes

  • All endpoints require authentication via API key in headers
  • Rate limits apply to all endpoint
  • Pagination is available where applicable
  • All amounts are returned in token's smallest unit(wei)
  • Timestamps are in UTC ISO 8601 format