Sync Transactions
Sync
Sync Transactions
Manually trigger transaction synchronization for an address.
Cost: 1 credit + 1 credit per 250 transactions indexed
Get your API key: Dev Portal
POST
Sync Transactions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
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"