Skip to main content
POST
Get Mining Account Hashrate

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
account
string
required

Mining pool account

Example:

"miner123"

from
integer

Start Unix timestamp. When omitted, defaults to returning the last 14 data points from the to timestamp.

Example:

1640995200

to
integer

End Unix timestamp. Defaults to the current time when omitted.

Example:

1641081600

interval
enum<string>
default:1h

Time interval for data points.

Available options:
5m,
1h,
24h
Example:

"1h"

Response

Successful response

data
object