{"name":"Argos Bot CTS Bridge Lookup","description":"Look up any Arc or Base token’s ownerless bridge using Circle’s Crosschain Token Standard (CTS), CrossChainTokenService and CCTP. Get original and wrapped token addresses, wrapped supply, contracts and verification status.","category":"Blockchain data","tags":["blockchain","bridge","cross-chain","tokens","arc","base","circle","cts"],"status":"enabled","references":[{"title":"Circle: Crosschain Token Standard (CTS) and Cross-Chain Transfer Protocol (CCTP)","url":"https://www.circle.com/cross-chain-transfer-protocol"},{"title":"Arc Docs: CrossChainTokenService contract addresses","url":"https://docs.arc.io/arc/references/contract-addresses"},{"title":"Circle Docs: Circle Gateway","url":"https://developers.circle.com/gateway"}],"documentation":"/developers/bridge-api","openapi":"/api/v1/bridge/openapi","paymentOptions":[{"rail":"base","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","priceUSDC":"0.005","enabled":true,"path":"/api/v1/bridge/lookup","note":"Direct Base USDC via Coinbase CDP; payment chain is independent of token lookup chain"},{"rail":"base","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","priceUSDC":"0.007","enabled":true,"path":"/api/v1/bridge/lookup/direct","note":"Direct Base USDC via Coinbase CDP; payment chain is independent of token lookup chain"},{"rail":"gateway","priceUSDC":"0.005","enabled":true,"path":"/api/v1/bridge/lookup"},{"rail":"direct","priceUSDC":"0.007","enabled":true,"path":"/api/v1/bridge/lookup/direct","note":"Requires CRA seller registration and available settlement allowance"}],"routes":[{"pattern":"GET /api/v1/bridge/lookup","method":"GET","url":"https://www.argosbot.io/api/v1/bridge/lookup","category":"Blockchain data","tags":["blockchain","bridge","cross-chain","tokens","arc","base","circle","cts"],"parameters":[{"name":"token","in":"query","required":true,"description":"Original or wrapped ERC-20 contract address to check. Replace the example with any Arc or Base token address.","schema":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"example":"0xece5ca8bf9220718e5727754026757512212cb3c"},{"name":"chain","in":"query","required":false,"description":"Chain containing the input address; omit to inspect both Arc and Base.","schema":{"type":"string","enum":["arc","base","5042","8453"]},"example":"arc"},{"name":"finality","in":"query","required":false,"description":"Block finality used for the lookup.","schema":{"type":"string","enum":["latest","finalized"],"default":"latest"},"example":"latest"}],"paymentNetworks":["eip155:5042","eip155:8453"],"example":{"query":{"token":"0xece5ca8bf9220718e5727754026757512212cb3c","chain":"arc","finality":"latest"}},"priceUsd":"0.005","rail":"gateway","description":"Look up any Arc or Base token’s ownerless bridge using Circle’s Crosschain Token Standard (CTS), CrossChainTokenService and CCTP. Get original and wrapped token addresses, wrapped supply, contracts and verification status.","inputSchema":{"type":"object","required":["token"],"additionalProperties":false,"properties":{"token":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"Original or wrapped ERC-20 contract address to check. Replace the example with any Arc or Base token address."},"chain":{"type":"string","enum":["arc","base","5042","8453"],"description":"Chain containing the input address; omit to inspect both Arc and Base."},"finality":{"type":"string","enum":["latest","finalized"],"default":"latest","description":"Block finality used for the lookup."}}}},{"pattern":"GET /api/v1/bridge/lookup/direct","method":"GET","url":"https://www.argosbot.io/api/v1/bridge/lookup/direct","category":"Blockchain data","tags":["blockchain","bridge","cross-chain","tokens","arc","base","circle","cts"],"parameters":[{"name":"token","in":"query","required":true,"description":"Original or wrapped ERC-20 contract address to check. Replace the example with any Arc or Base token address.","schema":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"example":"0xece5ca8bf9220718e5727754026757512212cb3c"},{"name":"chain","in":"query","required":false,"description":"Chain containing the input address; omit to inspect both Arc and Base.","schema":{"type":"string","enum":["arc","base","5042","8453"]},"example":"arc"},{"name":"finality","in":"query","required":false,"description":"Block finality used for the lookup.","schema":{"type":"string","enum":["latest","finalized"],"default":"latest"},"example":"latest"}],"paymentNetworks":["eip155:5042","eip155:8453"],"example":{"query":{"token":"0xece5ca8bf9220718e5727754026757512212cb3c","chain":"arc","finality":"latest"}},"priceUsd":"0.007","rail":"direct","description":"Look up any Arc or Base token’s ownerless bridge using Circle’s Crosschain Token Standard (CTS), CrossChainTokenService and CCTP. Get original and wrapped token addresses, wrapped supply, contracts and verification status.","inputSchema":{"type":"object","required":["token"],"additionalProperties":false,"properties":{"token":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$","description":"Original or wrapped ERC-20 contract address to check. Replace the example with any Arc or Base token address."},"chain":{"type":"string","enum":["arc","base","5042","8453"],"description":"Chain containing the input address; omit to inspect both Arc and Base."},"finality":{"type":"string","enum":["latest","finalized"],"default":"latest","description":"Block finality used for the lookup."}}}}]}