Addresses
Get Aggregated Address Info Overview
All Addresses call requires authorization header as "Token xxxxx". Without authorization header, API will response unauthorized request.Get Address Info:
URL
{network}/addresses/{address}
METHOD: GET
REQUEST PARAMS:
address (REQUIRED)
string
graphic (Optional)
boolean
blockchain (REQUIRED)
string
bitcoin or ethereum
RESPONSE BODY:
items
Bitcoin
Ethereum
address
string
address
string
timeHistory
array of timestamps
timeHistory
array of timestamps
blockHistory
array of integer
blockHistory
array of integer
balanceHistory
array of float
balanceHistory
array of float
firstBlock
integer
firstBlock
integer
latestBlock
integer
latestBlock
integer
latestBlockBalance
float
latestBlockBalance
float
Bitcoin and Ethereum Response
Bitcoin and Ethereum Response With Graphic Enabled
Search Addresses:
URL
{network}/addresses
METHOD: GET
REQUEST PARAMS:
skip
integer
min 0, max 10000
limit
integer
min 10, max 1000
REQUEST BODY:
blockchain
ethereum or bitcoin
required
until
yyyy-mm-dd
required
sort
balance, blockNumber
asc or desc