2026-6-24
2026-06-24¶
Futures V3 & Futures Testnet — Fix registerAndApproveAgent EIP-712 Domain chainId
- Updated
POST /fapi/v3/registerAndApproveAgentin Futures V3 and Futures Testnet (EN & ZH): - Replaced the hardcoded
chainIdvalue (1666for mainnet,714for testnet) withsignatureChainIdin the EIP-712typed_datadomain. - Added warning note:
domain.chainIdmust match the request parametersignatureChainId(56for EVM addresses,101for Solana addresses). - Updated the Supported Signing Algorithms table to reflect
chainId=signatureChainId.