get https://api.northstake.dk/v1/validatorMarketplace/facilitator
Retrieves a list of all RFQs available in the Northstake marketplace.
Responses
Retrieves a list of all RFQs available in the Northstake marketplace.
xxxxxxxxxx
curl --request GET \
--url 'https://api.northstake.dk/v1/validatorMarketplace/facilitator?status=active&page=1&limit=50' \
--header 'accept: application/json'
xxxxxxxxxx
27{
"rfqs": [
{
"id": "string",
"status": "active",
"total_balance": 0,
"payment_address": "string",
"validators": [
{
"validator_index": 0,
"balance": 0,
"exit_estimate": "2025-03-30T05:50:21.231Z"
}
],
"quotes": [
{
"quote_id": "string",
"quote": 0,
"timestamp": "2025-03-30T05:50:21.231Z"
}
]
}
],
"total": 0,
"pages": 0,
"currentPage": 0
}