Synchronization
The sync-transactions endpoint allows you to trigger the transactions synchronization of the address. Y
You can use this endpoint if you want to sync the new transactions of your address without waiting the 10 min cache expiration. It will sync the news transactions and refresh the cache.
Base url
Method
POST
PATH
/v1/sync-transactions
ACCESS
Restricted with an key, see API Access
Cost per call
1 credit
Body params
Param
Description
Type
addresses *
Array of addresses you want to sync (only 1 supported yet).
string[]
Response Type
Key
Type
Description
"Address is syncing"
string
If the address is syncing
"Address already syncing"
string
If the address is already syncing
Body Example
Response Example
Last updated