X-Dev-Auth header.
{ name: "BisonDevAuth", version: "1" }DevAccountAuthdevAccountId (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 "info" for this endpoint.
JSON-encoded auth payload: { devAccountId, action, expiry, signature }. Signature is EIP-712 typed data signed by the dev account signer.
"{\"devAccountId\":\"my-dev-account\",\"action\":\"info\",\"expiry\":1734567890,\"signature\":\"0x...\"}"
Dev account information
Dev account ID
Dev account name
Dev account email
Gross fee in basis points (100 = 1%)
Gross base fee per trade in µUSDC
Bison fee cut in basis points (100 = 1% of gross fee)
Chain for fee payouts
Address receiving fee payouts
Account creation timestamp (ISO 8601)