curl --request GET \ --url https://mainnet.base.org/contracts/exchanger/paused
Copy
{ "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.