Skip to main content
POST
Sync Transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
addresses
string[]
required

Array of addresses to sync (currently supports 1 address)

Response

200 - text/plain

Sync initiated successfully

The response is of type string.

Example:

"Address is syncing"