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
Indicates that error happened
Error description
Some useful details about erro
Timestamp of request
Request Id (will help to find your request faster)
Success Example
Indicated that request handled successfully
Response data
Timestamp of request
Request Id
What made this section unhelpful for you?
Base URL
Host:
https://api.ethedrops.dropstab.com/
What made this section unhelpful for you?
Wallets
What made this section unhelpful for you?
Get wallets
Endpoints to get wallets added to track
Query Parameters
Limit of the result should be between 1 and 1000
Offset of the result
Response
Response Attributes
RequestId of the operation (useful if error occurs and you need to help from support)
Result of the operation
Show child attributes
Success flag
Timestamp of the operation
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
What made this section unhelpful for you?
Response
{
"requestId": "",
"result": {
"total": 10,
"wallets": {}
},
"success": false,
"timestamp": null
}
What made this section unhelpful for you?
Edit wallets
Endpoint to edit wallets
Body Parameters
if true we will auto label the wallets which are not labeled. We have a large database of wallet addresses names
wallets to edit
Show child attributes
Response
Response Attributes
RequestId of the operation (useful if error occurs and you need to help from support)
Result of the operation
Show child attributes
Success flag
Timestamp of the operation
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
What made this section unhelpful for you?
Response
{
"requestId": "",
"result": [
{
"address": "0x0000000000000000000000000000000000000000",
"direction": "All",
"events": [
"",
"TokenTransfer",
"NFT"
],
"excludedContracts": [
"",
"0x0000000000000000000000000000000000000001"
],
"id": "60f3b3b3b3b3b3b3b3b3b3b3",
"includedContracts": [
"",
"0x0000000000000000000000000000000000000001"
],
"label": "My Wallet",
"networks": [
"",
"ETH",
"BSC",
"POLYGON"
],
"txValue": {
"lessOrEquals": {
"value": null
},
"lessOrMore": {
"less": null,
"more": null
},
"moreOrEquals": {
"value": 100
},
"range": {
"from": null,
"to": null
}
}
}
],
"success": false,
"timestamp": null
}
What made this section unhelpful for you?
Create wallets
Endpoint to add wallets to track. All events related to these wallets will be sent to the webhook endpoint You can add up to 100 wallets per request
Body Parameters
if true we will auto label the wallets which are not labeled. We have a large database of wallet addresses names
wallets to create
Show child attributes
Response
Response Attributes
RequestId of the operation (useful if error occurs and you need to help from support)
Result of the operation
Show child attributes
Success flag
Timestamp of the operation
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
What made this section unhelpful for you?
Response
{
"requestId": "",
"result": [
{
"address": "0x0000000000000000000000000000000000000000",
"direction": "All",
"events": [
"",
"TokenTransfer",
"NFT"
],
"excludedContracts": [
"",
"0x0000000000000000000000000000000000000001"
],
"id": "60f3b3b3b3b3b3b3b3b3b3b3",
"includedContracts": [
"",
"0x0000000000000000000000000000000000000001"
],
"label": "My Wallet",
"networks": [
"",
"ETH",
"BSC",
"POLYGON"
],
"txValue": {
"lessOrEquals": {
"value": null
},
"lessOrMore": {
"less": null,
"more": null
},
"moreOrEquals": {
"value": 100
},
"range": {
"from": null,
"to": null
}
}
}
],
"success": false,
"timestamp": null
}
What made this section unhelpful for you?
Delete wallets
Endpoint to delete wallets
Body Parameters
wallet ids to delete
Show child attributes
Response
Response Attributes
RequestId of the operation (useful if error occurs and you need to help from support)
Result of the operation
Success flag
Timestamp of the operation
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
Response Attributes
Error code
invalid_request
validation_error
internal_error
auth_error
too_match_entities_error
subscription_limits_reached
Error details
Error flag
Error message
RequestId of the operation (useful if error occurs and you need to help from support)
Timestamp of the error
What made this section unhelpful for you?
Response
{
"requestId": "",
"result": false,
"success": false,
"timestamp": null
}
What made this section unhelpful for you?
Etherdrops API
EtherDrops API
What made this section unhelpful for you?
Base URL
Host:
https://api.ethedrops.dropstab.com/