bitcoinsv.com
bitcoinsv.io
Search
⌃K
Links
Introduction
LiteClient Toolbox
Getting Started
🧱
Components
🛠
Setup
📄
Create an invoice
💸
Make a payment
Toolbox Components
Wallet
Block Headers Client
Setup
Header (GET)
Header Height (GET)
Header State (GET)
Peers (GET)
Peers Count (GET)
Prune (GET)
Tips (GET)
DPP Proxy
Peer Channels
Paymail Server
Direct Payment Protocol
Quick Start
Overview
Process
Messages
Reference Implementation
Resources
LCT Deep Dive
Simplified Payment Verification
Block Headers Client
IPv4 Proxy Usage
Paymail
Mapi
SPV & Bitcoin Network
Bitcoin Libraries
Contact Us
Powered By
GitBook
Peers (GET)
Method
Description
GET
Returns a list of peers that are connected to the application
Request URI
/v1/network/peers
Sample Response
{
"ip": "/188.166.88.161",
"port": 8333
},
{
"ip": "/52.189.194.176",
"port": 8333
},
{
"ip": "/3.120.175.133",
"port": 8333
},
.
.
.
.
.
}
Previous
Header State (GET)
Next
Peers Count (GET)
Last modified
6mo ago