APIHub
Back to Explore

ApiDapp

ApiDapp

Finance
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

2748ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
OPTIONS

/transaction/{hash}

  • hash (path, required) — Automatically added
GET

/transaction/{hash}/receipt

Get receipt detail information

  • hash (path, required)
OPTIONS

/transaction/{hash}/receipt

  • hash (path, required) — Automatically added
GET

/version

Get API version info

OPTIONS

/version

GET

/wallet

Get current account balance

OPTIONS

/wallet

POST

/wallet

Create personal wallet

GET

/wallet/account

OPTIONS

/wallet/account

POST

/wallet/account

GET

/wallet/account/{id}

Get account balance

  • id (path, required)
OPTIONS

/wallet/account/{id}

  • id (path, required) — Automatically added
POST

/wallet/account/{id}/contract

  • id (path, required)
POST

/wallet/account/{id}/erc20

  • id (path, required)
OPTIONS

/wallet/account/{id}/pay

  • id (path, required) — Automatically added
POST

/wallet/account/{id}/pay

Send payment from the account held within the wallet

  • id (path, required)
OPTIONS

/erc20/{address}

  • address (path, required) — Automatically added
POST

/erc20/{address}

Transfer tokens to another account

  • address (path, required)
GET

/key

  • token (query)
OPTIONS

/key

POST

/key

DELETE

/key/{key}

  • key (path, required)
OPTIONS

/key/{key}

  • key (path, required) — Automatically added
OPTIONS

/transaction

POST

/transaction

Create a new transaction. Transfer Ether between accounts

GET

/transaction/{hash}

Get information about transaction by the transaction hash value

  • hash (path, required)
OPTIONS

/

OPTIONS

/account

POST

/account

Create new account

GET

/account/{id}

Get account balance

  • id (path, required)
OPTIONS

/account/{id}

  • id (path, required) — Automatically added
GET

/block

Access detailed block information

OPTIONS

/block

GET

/block/{id}

Get information about particular block

  • id (path, required)
OPTIONS

/block/{id}

  • id (path, required) — Automatically added
GET

/block/{id}/transaction

Get transaction count within block

  • id (path, required)
OPTIONS

/block/{id}/transaction

  • id (path, required) — Automatically added
GET

/block/{id}/transaction/{index}

Get information about particular transaction within block

  • index (path, required)
  • id (path, required)
OPTIONS

/block/{id}/transaction/{index}

  • id (path, required) — Automatically added
  • index (path, required) — Automatically added
GET

/blockchain

Get a list of supported blockchains

OPTIONS

/blockchain

GET

/blockchain/{id}

Get information about blockchain woth given id

  • id (path, required)
OPTIONS

/blockchain/{id}

  • id (path, required) — Automatically added
OPTIONS

/contract

POST

/contract

Create a new smart contract

GET

/contract/{id}

Get contract balance

  • id (path, required)
OPTIONS

/contract/{id}

  • id (path, required) — Automatically added
POST

/contract/{id}

Call the contract

  • id (path, required)
OPTIONS

/echo

GET

/erc20

Get token information such as name, total amount in circulation, etc

OPTIONS

/erc20

POST

/erc20

GET

/erc20/{address}

Get information amout token balance in the account

  • address (path, required)

54 endpoints auto-detected

Authentication

This API uses an API key, passed in the "X-Api-Key" header. No OAuth required.

curl -X OPTIONS \
  "https://ethereum.apidapp.com/1/transaction/{hash}" \
  -H "X-Api-Key: YOUR_API_KEY"

ethereum.apidapp.com · HTTPS only