{"schemaVersion":"2025-03-26","name":"apitoll","displayName":"ApiToll","description":"x402-paid data APIs. BIN lookup and more.","url":"https://apitoll.io","transport":"http","tools":[{"name":"bin-lookup","description":"Return card-issuer metadata (scheme, type, bank, country) for a 6–8 digit BIN prefix.","inputSchema":{"type":"object","required":["bin"],"properties":{"bin":{"type":"string","pattern":"^[0-9]{6,8}$","description":"First 6 to 8 digits of a card number. Longer inputs are rejected to keep this API out of PCI scope.","examples":["431940","555555"]}}},"outputSchema":{"type":"object","properties":{"status":{"type":"string","enum":["success","not_found","error"]},"bin":{"type":"string"},"data":{"type":"object","properties":{"scheme":{"type":["string","null"],"description":"VISA, MASTERCARD, AMEX, etc."},"type":{"type":["string","null"],"description":"credit, debit, prepaid"},"category":{"type":["string","null"]},"issuer":{"type":"object","properties":{"name":{"type":["string","null"]},"country":{"type":["string","null"],"description":"ISO 3166-1 alpha-2"},"country_name":{"type":["string","null"]},"url":{"type":["string","null"]},"phone":{"type":["string","null"]}}},"location":{"type":"object","properties":{"latitude":{"type":["number","null"]},"longitude":{"type":["number","null"]}}}}},"meta":{"type":"object","properties":{"source":{"type":"string"},"source_license":{"type":"string"},"database_records":{"type":"integer"},"last_updated":{"type":"string"}}}}},"endpoint":"https://apitoll.io/v1/bin/{bin}","method":"GET","payment":{"protocol":"x402","version":2,"scheme":"exact","network":"base-sepolia","asset":{"type":"USDC","contract":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","decimals":6},"priceUsdc":0.002,"payTo":"0x02e1ff454E84bDAc10B0533D2Ea266f6Bcb7BD40"}}],"contact":{"entity":"ApiToll","email":"ops@apitoll.io","homepage":"https://apitoll.io"}}