Accept-Encoding
header:
Accept-Encoding
as the header key and gzip
as the valuevalidationMethod
All blockchain related endpoints have the option to return the necessary data used to prove the validity of the associated data returned with the response.
Value | Description |
---|---|
none | Default. No validation data is returned in the response |
basic | Returns validation information about the principal components of a block |
full* | Returns all of the validation information about the components of a block, and each of its sub-components (transactions and uncles). This allows one to fully verify a block and each of its component |
includePrice
Value | Description |
---|---|
true | Include price data |
false | Default. Don’t include price data |
includePrice
)
Query parameter: currency
Options: usd
btc
eth
(These vary by endpoint)
Value | Description |
---|---|
usd | United States Dollar |
btc | Bitcoin (coming soon) |
eth | Ether (coming soon) |
includePrice
parameter.
page
Options: 0 - ∞
Some endpoints contain the column names in the metadata instead of a next
field to retrieve the URL of the next page of data. Therefore, you will need to use the page
parameter to loop through all pages of data returned, which begins at page 0
for all endpoints where this query parameter is available.