Peers
GET {{baseUrl}}/api/peers?port=<get>&state=<>&os=<get>&version=<get>&orderBy=<>&limit=<>&offset=<>
Get all peers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
port | string | A valid server Port. | |
state | string | An unsigned integer that specifies the peer state. | |
os | string | A valid operating system. | |
version | string | A valid ripa-node version. | |
orderBy | string | A string that specifies the column by which to sort the records. | |
limit | string | An unsigned integer that specifies the maximum number of records. | |
offset | string | An unsigned integer that specified the number of records to skip. |