Wallet investment amount chart
Request cost: 1 credits
get
Returns wallet investment amount chart data. Require period or custom time to be set. To set custom time interval use from_time and to_time params.
Authorizations
X-API-KeystringRequired
API key for authentication
Path parameters
addressstringRequiredExample:
Wallet address
0x199...Query parameters
networkstring Β· enumRequiredExample:
Supported blockchain networks
ethPossible values: periodstring Β· enumOptionalExample:
Time period
24hPossible values: from_timeinteger | number Β· min: 1OptionalExample:
Timestamp in seconds. Minimum time for the deal's first trade. Deals started before this time will be excluded from result and calculations.
1609459200to_timeinteger | number Β· min: 1OptionalExample:
Timestamp in seconds. Maximum time for deal trades. Trades executed after this time will be excluded from result and calculations.
1893456000Responses
200
Successful response
application/json
400
Request fail
application/json
401
API Key invalid or missing
403
API access forbidden
application/json
get
/wallets/{address}/charts/investment_amountLast updated