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.
Responses
200
Successful operation.
application/json
403
Unsuccessful operation: indicates that the endpoint is not available for public use.
application/json
500
Unsuccessful operation: indicates that an unexpected, internal server error happened which prevented the node from fulfilling the request.
application/json
503
Unsuccessful operation: indicates that there are no tips available or the node isn´t synced.
application/json
get
GET /api/core/v2/tips HTTP/1.1
Host: iota.nownodes.io
Accept: */*
{
"tips": [
"0xf532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d",
"0x78d546b46aec4557872139a48f66bc567687e8413578a14323548732358914a2"
]
}
Last updated