Jump to
Ctrl
+
/

Delete Synced Address

DELETE
/addresses-historical/manage/{blockchain}/{network}/{address}

Through this endpoint, users can delete a previously synced address from Crypto APIs. Once deleted, the address will no longer be tracked, and its associated historical data will not be accessible until it is resynced.

Path Parameters

address string Required
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.

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
isActive boolean Required
false
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": {
            "isActive": false,
            "syncStatus": "completed"
        }
    }
}