get https://api.us1.shinami.com/aptos/node/v1/accounts//events//
####Description
This API uses the given account address
, eventHandle
, and fieldName
to build a key that can globally identify an event types. It then uses this key to return events emitted to the given account matching that event type.
####Authentication Authentication is via an 'Authorization: Bearer YOUR_API_ACCESS_KEY' header (which you must add to the sample requests).