Theme switcher

Etherdrops API (Beta)

EtherDrops API is currently on Beta and supports only wallets features

How To Use

Create an app using Etherdrops Bot and obtain API Key and setup Webhook.

Authentication

The Etherdrops API uses Api Keys from Authorization header to authenticate requests.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail with 401 Unauthorized error.

Rate Limit

API requests has limit 10 requests per second.

Response

Error Example

errorboolean

Indicates that error happened

codestring
messagestring

Error description

detailsstring

Some useful details about erro

timestampnumber

Timestamp of request

requestIdstring

Request Id (will help to find your request faster)

Success Example

successboolean

Indicated that request handled successfully

resultobject

Response data

timestampnumber

Timestamp of request

requestIdstring

Request Id

Was this section helpful?

What made this section unhelpful for you?

Base URL

Host:

https://api.ethedrops.dropstab.com/

Language Box

1 2 3 4 5 6 7 8 { "error": true, "code": "auth_error", "message": "Invalid or missing API key", "details": null, "timestamp": 1709801124889, "requestId": "49f9b4ea-5f4f-4382-8d0a-8241cee655b4" }
Was this section helpful?

What made this section unhelpful for you?

Wallets

Etherdrops API

EtherDrops API

Was this section helpful?

What made this section unhelpful for you?

Base URL

Host:

https://api.ethedrops.dropstab.com/

Language Box

Was this section helpful?

What made this section unhelpful for you?

Webhook