This endpoint allows integrators to register as hosts. Hosts earn a configurable fee amount from trades executed in pools deployed in their namespace.
Requires a valid JWT bearer token. The host’s public key must match the fee_recipient_public_key in the request, the same key should sign the intent to register the host.
namespace
- Unique identifier for the host (3-32 characters)min_fee_bps
- Minimum host fee in basis points (at least 10 BPS)fee_recipient_public_key
- Public key for receiving host feesnonce
- Unique value for replay protectionsignature
- Signature of the request200 OK
if host is registered successfully400 Bad Request
if validation fails or namespace is already taken401 Unauthorized
if authentication fails500 Internal Server Error
if registration cannot be completedBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Host registration details including namespace, minimum fee, and authentication
Request body for registering a new host on the Flashnet AMM platform.
Hosts are integrators who can create and manage AMM pools, earning fees from trades. Registration requires configuring a minimum fee that the host will accept.
Host registered successfully
Response returned after successfully registering a host.