Jump to
Ctrl
+
/

Sync Address

POST
/addresses-historical/manage/{blockchain}/{network}

Through this endpoint, users can synchronize a specific address with Crypto APIs. Once the synchronization is complete, users will have access to the full historical data associated with the address.

Path Parameters

blockchain string Required
network string Required

Query Parameters

context string Optional

In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.

Request Body Schema application/json

context string Optional

In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.

data object Required
item object Required
address string Required
callbackUrl string Required

Response Schema

apiVersion string Required

Specifies the version of the API that incorporates this endpoint.

2024-12-12
requestId string Required

Defines the ID of the request. The requestId is generated by Crypto APIs and it's unique for every request.

601c1710034ed6d407996b30
context string Optional

In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.

yourExampleString
data object Required
item object Required
address string Required
0x3d0b25fe09e2cd92f06ba776391a122519936e90
blockchain string Required
ethereum
callcackUrl string Required
https://example.com
isActive boolean Optional
true
network string Required
sepolia
syncStatus string Required
completed

Credits Cost : 400 Credits for 1 Results

Was this page helpful?
Yes
No
Powered by
Language
URL

{
    "apiVersion": "2024-12-12",
    "requestId": "601c1710034ed6d407996b30",
    "context": "yourExampleString",
    "data": {
        "item": {
            "address": "0x3d0b25fe09e2cd92f06ba776391a122519936e90",
            "blockchain": "ethereum",
            "callcackUrl": "https://example.com",
            "isActive": true,
            "network": "sepolia",
            "syncStatus": "completed"
        }
    }
}