Skip to main content

Returns tips that are ideal for attaching a block.

GET 

http://127.0.0.1:14265/api/core/v2/tips

Returns tips that are ideal for attaching a block. The tips can be considered as non-lazy and are therefore ideal for attaching a block.

Request

Responses

Successful operation.

Schema
    tips string[]required

    The block identifiers that can be used to a attach a block to. Hex-encoded with 0x prefix.

curl -L -X GET 'http://127.0.0.1:14265/api/core/v2/tips' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://127.0.0.1:14265
ResponseClear

Click the Send API Request button above and see the response here!