Export
All export call requires authorization header as "Token xxxxx". Without authorization header, API will response unauthorized request. Actual download csv does not require authorization token.
Get Headers:
URL
{network}/exports/headers/{blockchain}
METHOD: GET
Ethereum Response:
Create Download:
URL
{network}/exports/{blockchain}
METHOD: POST
REQUEST PARAMS (BODY) :
from
year-month-date
YYYY-MM-DD exp 2018-01-01
to
year-month-date
YYYY-MM-DD exp 2018-01-01
headers
object of header
Ethereum Request:
Ethereum Request:
Get Exports:
URL
{network}/exports
METHOD: GET
Ethereum Response:
Get Export:
URL
{network}/exports/{id}
METHOD: GET
Ethereum Response:
Download Content:
URL
{network}/{url}
METHOD: GET
Use URL from Exports response