AR.IO LogoAR.IO Documentation

Pricing

Get the price (in winston) for an amount of bytes

Get price to store an amount of data.

Get the price, in Winston, required to store a specified amount of data, in bytes, on the Arweave network.

GET
/price/{size}

Path Parameters

sizestring
Match^[0-9]+$

Response Body

curl -X GET "https://ardrive.net/price/string"
0

Get price to transfer AR into a wallet and store an amount of data

Get the price, in Winston, required to transfer AR into a wallet and store a specified amount of data, in bytes, on the Arweave network.

GET
/price/{size}/target

Path Parameters

sizestring
Match^[0-9]+$

Response Body

curl -X GET "https://ardrive.net/price/string/target"
0

How is this guide?