Reconciliation

Get IDs of items updated after a specific datetime.

Return short view of items updated after a specific datetime.

SecurityApiKeyAuth
Request
query Parameters
blockchain
required
string (Blockchain)

Blockchain name

Enum: "APTOS" "ETHEREUM" "POLYGON" "FLOW" "TEZOS" "SOLANA" "IMMUTABLEX" "MANTLE" "ARBITRUM" "CHILIZ" "LIGHTLINK" "ZKSYNC" "ASTARZKEVM" "BASE" "RARI" "CELO" "FIEF" "XAI" "KROMA" "ZKLINK" "OASYS" "QUAI" "ECLIPSE" "SAAKURU" "OASIS" "PALM" "MATCH" "FIVIRE" "SEI" "CAMP" "LISK" "MOONBEAM" "ETHERLINK" "ZKCANDY" "ALEPHZERO" "BERACHAIN" "ABSTRACT"
Example: blockchain=ETHEREUM
updatedAfterInclusive
required
string <date-time>

Only items with lastUpdatedAt after (inclusive) will be returned

updatedBeforeExclusive
required
string <date-time>

Only items with lastUpdatedAt before (exclusive) will be returned

continuation
string

Paging cursor

size
integer

The maximum number of results to be returned. If not specified, a predefined number is used.

Responses
200

OK

400

Bad Request

500

Internal Server Error

get/v0.1/reconciliation/items
Response samples
application/json
{
  • "entities": [
    ],
  • "continuation": "string"
}