Skip to main content
GET
/
contracts
/
exchanger
/
paused
Check if contract is paused
curl --request GET \
  --url https://mainnet.base.org/contracts/exchanger/paused
{
  "paused": false
}
This is a smart contract view function. The curl example shown is for illustration. To call this function, use web3 libraries (ethers.js, viem, web3.py) or JSON-RPC directly.

Response

200 - application/json

Current pause state

paused
boolean

Whether the contract is paused

Example:

false

I