Biconomy · Authentication Profile
Biconomy Authentication
Authentication
One credential, two hosts, two conventions. The project API key issued from the Biconomy Dashboard is sent as X-API-Key to api.biconomy.io and as an Authorization Bearer token to network.biconomy.io. There is no OAuth, no OIDC, no delegated identity and no scope system at the HTTP layer — authorization of what an agent may actually DO is pushed down to the on-chain Smart Sessions policy module, not expressed in the API credential.
Biconomy secures its APIs with apiKey and http-bearer across 3 declared security schemes, as derived from its OpenAPI definitions.
Account AbstractionBlockchainBundlerCross-ChainDeFiERC-4337ERC-7579ERC-7702EthereumGas AbstractionGaslessMEEPaymasterSmart AccountsSmart SessionsWalletsWeb3
Methods: apiKey, http-bearer
Schemes: 3
OAuth flows:
API key in: header
Security Schemes
X-API-Key apiKey
Authorization Bearer http
x-api-key (lowercase) apiKey
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.