AR.IO LogoAR.IO Documentation
TurboPayment Service

Info

Service information and metadata

Get service information

Get the current version of the service and the addresses for the supported blockchains

GET
/info

Response Body

curl -X GET "https://loading/v1/info"
{
  "version": "0.2.0",
  "addresses": {
    "arweave": "JNC6vBhjHY1EPwV3pEeNmrsgFMxH5d38_LHsZ7jful8",
    "ethereum": 6.053775100077233e+47,
    "solana": "HepiT2k93CFQaSB7i3ZNXhybZKn5MeWiv3UkLsaJKk4i",
    "matic": 6.053775100077233e+47,
    "kyve": "kyve1clmuh5sjw73784lg0gnf4p07qefzrtk78an698"
  },
  "gateway": "https://arweave.net/"
}

How is this guide?