Skip to main content
GET
Get Miner to Exchange (total)

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
default:BTC
required

Token symbol (only BTC supported)

time_type
enum<string>
default:DATE

Time type

Available options:
DATE,
OBSERVED_AT
start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

limit
integer<int32>

Limit number of results (min=1, max=1000, if not set, return all matched data)

Response

OK

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean