{"name":"Fathom(x) Multi-Currency Crypto Data API","description":"REST API for cryptocurrency address transaction history and balances using our data infrastructure.","version":"0.4.1","swagger":"http://api.staging.fathomx.dev/swagger","authentication":{"isAuthenticated":false,"rateLimitTier":"free","info":"Optional Bearer token authentication supported for higher rate limits. Register at fathomx.com to get a token. Include \"Authorization: Bearer <token>\" header."},"endpoints":{"GET /currencies":"Get list of supported currencies","GET /rates":"Get current USD conversion rates","GET /addresses/{currency}/{address}/transactions":"Get transaction history for a cryptocurrency address","GET /addresses/{currency}/{address}/balance":"Get balance for a cryptocurrency address","GET /transactions/{currency}/{txid}":"Get details for a specific transaction"},"examples":{"currencies":"http://api.staging.fathomx.dev/v0/currencies","btcTransactions":"http://api.staging.fathomx.dev/v0/addresses/btc/bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh/transactions?limit=5&offset=0","ltcTransactions":"http://api.staging.fathomx.dev/v0/addresses/ltc/ltc1qr07zu594qf63xm7l7x6pu3a2v39m2z6hh5pp4t/transactions?limit=5&offset=0","dogeTransactions":"http://api.staging.fathomx.dev/v0/addresses/doge/DH5yaieqoZN36fDVciNyRueRGvGLR3mr7L/transactions?limit=5&offset=0","zecTransactions":"http://api.staging.fathomx.dev/v0/addresses/zec/t1dUcmJuDDHhUDMoENEE5JH45VaoCDVEg3v/transactions?limit=5&offset=0","ethTransactions":"http://api.staging.fathomx.dev/v0/addresses/eth/0xd8da6bf26964af9d7eed9e03e53415d37aa96045/transactions?limit=5&offset=0","bchTransactions":"http://api.staging.fathomx.dev/v0/addresses/bch/qzpklsuprxzhtnp2474vmjfftj2q2k2x0qg85h69ws/transactions?limit=5&offset=0"}}