Searches
All Searches call requires authorization header as "Token xxxxx". Without authorization header, API will response unauthorized request.
Search Transactions:
URL
{network}/transactions
METHOD: POST
REQUEST PARAMS (GET):
limit
integer
min 1, max 10000
skip
integer
min 0, no max
orderBy
string
blockNumber
lite
boolean
when set false, response will raw
REQUEST PARAMS (POST BODY):
fromAddresses
array of string
toAddresses
array of string
value
float
blockNumber
integer
addresses
array of string
timeRange
array of Object { gte: integer, lte: integer }
REQUEST PARAMS (FILTER BODY):
Filter is optional. Filters are not ranked as important results.
fromAddresses
array of string
toAddresses
array of string
value
float
blockNumber
integer
addresses
array of string
timeRange
array of Object { gte: integer, lte: integer }