get https://api.northstake.dk/v1/validatorMarketplace/facilitator/
Retrieves detailed information about an RFQ by its ID.
Responses
Retrieves detailed information about an RFQ by its ID.
xxxxxxxxxx
curl --request GET \
--url https://api.northstake.dk/v1/validatorMarketplace/facilitator/rfqId \
--header 'accept: application/json'
xxxxxxxxxx
20{
"id": "string",
"status": "active",
"total_balance": 0,
"payment_address": "string",
"validators": [
{
"validator_index": 0,
"balance": 0,
"exit_estimate": "2025-03-30T10:49:25.555Z"
}
],
"quotes": [
{
"quote_id": "string",
"quote": 0,
"timestamp": "2025-03-30T10:49:25.555Z"
}
]
}