Delete Synced HD Wallet (xPub, yPub, zPub)

Single Result - This endpoint returns only one single result. DELETE /blockchain-data/{blockchain}/{network}/hd/{extendedPublicKey}

Path Parameters

  • Required
    blockchain string
    Example : ethereum
    Possible Values : binance-smart-chain bitcoin bitcoin-cash dash dogecoin ethereum ethereum-classic litecoin tron xrp zcash
  • Required
    extendedPublicKey string
  • Required
    network string
    Example : sepolia
    Possible Values : mainnet testnet mordor nile sepolia

Query parameters

  • Optional
    context string

    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.

    Example : yourExampleString

Response schema

200 400 401 402 403 409 415 422 429 500
HTTP Status Code: 200
Content-Type: application/json

The delete request has been successful.

  • Object :

  • Required
    apiVersion string

    Specifies the version of the API that incorporates this endpoint.

    Example : 2023-04-25
  • Required
    requestId string

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

    Example : 601c1710034ed6d407996b30
  • Optional
    context string

    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.

    Example : yourExampleString
  • Required
    data object
    • Required
      item object
      • Required
        extendedPublicKey string

Credits Cost : 500 Credits For 1 Result(s)

Try it out

Request Example

DELETE
https://rest.cryptoapis.io/blockchain-data/ethereum/sepolia/hd/extendedPublicKey?context=yourExampleString
Headers
Content-Type: application/json
X-API-Key: my-api-key

Response Example

{
    "apiVersion": "2023-04-25",
    "requestId": "601c1710034ed6d407996b30",
    "context": "yourExampleString",
    "data": {
        "item": {
            "extendedPublicKey": ""
        }
    }
}