Octav - API Documentation
  • Welcome
  • Getting Started
    • API Access
    • Portfolio
    • Wallet
    • Transactions
    • Synchronization
    • Status
    • credits
  • API Models
    • Portfolio
      • AssetByProtocols
      • Chains
      • ProtocolPosition
      • Asset
      • ChainSummary
      • NFTCollection
      • NFTChain
      • NFTAsset
    • Transaction
      • Asset
      • NativeAssetFees
  • Additional Informations
    • Chains supported by Octav
    • Protocol types supported by Octav
    • Transaction type
    • Data freshness
  • Changelog
Powered by GitBook
On this page
  • Base url
  • Method
  • PATH
  • ACCESS
  • Cost per call
  • Body params
  • Response Type
  • Body Example
  • Response Example
  1. Getting Started

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

https://api.octav.fi

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

{
  "addresses" : ["0x6426af179aabebe47666f345d69fd9079673f6cd"]
}

Response Example

"Address is syncing"
PreviousTransactionsNextStatus

Last updated 21 hours ago