History

get

Retrieves the wallet history for a given address and blockchain chain.

Authorizations
AuthorizationstringRequired
Path parameters
addressstringRequired
  • The wallet address to retrieve history for.
Query parameters
chainstringRequired
  • The blockchain chain to retrieve history from.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200

A promise that resolves to a WalletHistoryAPIResponse object containing the wallet history data.

application/json
get
/data/{address}/history
200

A promise that resolves to a WalletHistoryAPIResponse object containing the wallet history data.