BIN Lookup API
BL
BIN Lookup API
/balance

Check Balance

Get Account balance and expiry

livedegraded · 131ms~3s typical
balancebin
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-bintable-com /balance for me.

Input

FieldTypeDescription
api_key*stringThe API key, which you can get from bintable.com website. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-bintable-com","endpoint":"/balance","input":{"api_key":"..."}}'
cli
npx cracked-ai run -p oa-bintable-com -e /balance -i '{"api_key":"..."}'
mcp
run_tool({ provider: "oa-bintable-com", endpoint: "/balance", input: {"api_key":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.