operator
Bind Base wallet with EIP-712 signature proof (step 2 of 2)
post/api/v1/operator/wallet
Request body
Example request
{
"walletAddress": "0x6a8CB7fd38dB93f9679466ab42CDca8D5951f5a9",
"signature": "0xabc123...",
"nonce": "3f87ab12-4c90-4e1d-b3d2-0e1234567890"
}Response
Changes
Changed in 2 of the 15 revisions of this API.23
- ▲
added required request body
request-body-added-required
- ▲
removed the success response with the status
201response-success-status-removed
- ○
api operation id
OperatorController_connectWalletremoved and replaced withOperatorController_bindWalletapi-operation-id-removed
- ○
added the success response with the status
200response-success-status-added
- ▲
- ○
endpoint added
endpoint-added
- ○