Skip to main content

Module rfq

Module rfq 

Source
Expand description

RFQ quote-provider admin endpoints.

These operate on the quote-provider cache exposed through AdminState. The shared RFQ business logic (matching, fan-out) remains in handlers::rfq; only the admin register/list/suspend surface lives here.

Functionsยง

list_quote_providers
GET /admin/rfq/quote-providers - List all quote providers
register_quote_provider
POST /admin/rfq/quote-providers - Register or update a quote provider.
suspend_quote_provider
DELETE /admin/rfq/quote-providers/:wallet - Suspend a quote provider