GET
/
v1
/
hosts
/
integrator-fees
Get Integrator Fees
curl --request GET \
  --url https://api.amm.flashnet.xyz/v1/hosts/integrator-fees \
  --header 'Authorization: Bearer <token>'
{
"integratorPublicKey": "03fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210",
"pools": [
{
"assetAFees": "1000000",
"assetAPubkey": "03abcdef123...",
"assetBFees": "500000",
"assetBPubkey": "03fedcba321...",
"hostNamespace": "my-cool-exchange",
"poolId": "03aabbccddeeff00112233445566778899aabbccddeeff00112233445566778899"
}
],
"totalAssetAFees": "1000000",
"totalAssetBFees": "500000"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Integrator fees retrieved successfully

Response containing all integrator fees across pools.