cURL
Developer
Get Dev Account Fees
GET
cURL
Query fee balances for your authenticated developer account.Documentation Index
Fetch the complete documentation index at: https://docs.bison.markets/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires EIP-712 signature-based authentication via theX-Dev-Auth header.
JSON-encoded authentication payload containing the signed message.
X-Dev-Auth Format
- Domain:
{ name: "BisonDevAuth", version: "1" } - Primary Type:
DevAccountAuth - Message Fields:
devAccountId(string): Your dev account identifieraction(string): The action being performed (see endpoint docs)expiry(uint256): Unix timestamp when signature expires (max 5 minutes in future)
signerAddress.
The action field must be "fees" for this endpoint.
Fee States
Fees progress through the following states:| State | Description |
|---|---|
| Pending | Fees from trades that haven’t been confirmed yet |
| Locked | Fees locked for payout (awaiting operator settlement) |
| Unclaimed | Fees available to claim via the vault contract |
Headers
JSON-encoded auth payload: { devAccountId, action, expiry, signature }. Signature is EIP-712 typed data signed by the dev account signer.
Example:
"{\"devAccountId\":\"my-dev-account\",\"action\":\"info\",\"expiry\":1734567890,\"signature\":\"0x...\"}"
Response
Dev account fee balances
Dev account ID
Dev account name
Fees pending confirmation (µUSDC)
Fees locked for payout (µUSDC)
Fees available to claim (µUSDC)
Chain for fee payouts
Address receiving fee payouts