GET
/
v1
/
hosts
/
{namespace}
Get Host
curl --request GET \
  --url https://api.amm.flashnet.xyz/v1/hosts/{namespace}
{
  "createdAt": "2024-01-15T10:30:00Z",
  "feeRecipientPublicKey": "03abcdef0123456789abcdef0123456789abcdef0123456789abcdef01234567",
  "flashnetSplitPercentage": 0.6,
  "minFeeBps": 50,
  "namespace": "my-cool-exchange"
}

Path Parameters

namespace
string
required

The unique namespace identifier of the host

Response

200
application/json

Host information retrieved successfully

Response returned when querying host information.