GET /orderbook/v1/fee_recipients
Retrieves a list of valid feeRecipient addresses.
This endpoint is paginated. By default, a request returns page 1 with 20 orders. It is possible to change which page and how many records are returned per page via the query parameters. SeePaginationfor more details.
No request params.
A valid Ethereum address(s).
GET
/orderbook/v1/fee_recipients
{
"total": 1,
"page": 1,
"perPage": 20,
"records": ["0x0000000000000000000000000000000000000000"]
}
Last modified 8mo ago