Mempool
post
Body
Responses
500
Default Response
application/json
post
/mempool500
Default Response
post
Body
Responses
500
Default Response
application/json
post
/mempool/transaction500
Default Response
Last updated
Was this helpful?
Default Response
Default Response
Default Response
Default Response
Last updated
Was this helpful?
Was this helpful?
POST /mempool HTTP/1.1
Host: localhost:3000
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"network_identifier": {
"blockchain": "stacks",
"network": "mainnet"
}
}{
"code": 1,
"message": "text",
"description": "text",
"retriable": true,
"details": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}POST /mempool/transaction HTTP/1.1
Host: localhost:3000
Content-Type: application/json
Accept: */*
Content-Length: 107
{
"network_identifier": {
"blockchain": "stacks",
"network": "mainnet"
},
"transaction_identifier": {
"hash": "text"
}
}{
"code": 1,
"message": "text",
"description": "text",
"retriable": true,
"details": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}