AR.IO LogoAR.IO Documentation
TurboUpload Service

Pricing

Pricing calculation endpoints

Gets the price in winc to upload a data item

GET
/price/:token/:byteCount

Path Parameters

tokenstring

The token to use for validating the transaction.

Value in"arweave" | "ethereum" | "solana"
byteCountinteger

The byte count of the data item.

Response Body

curl -X GET "https://upload.ardrive.io/price/:token/:byteCount"

1000000

"Invalid byte count"

Gets the price in winc to upload a data item

GET
/price/:token

Path Parameters

tokenstring

The token to use for validating the transaction.

Value in"arweave" | "ethereum" | "solana"

Response Body

curl -X GET "https://upload.ardrive.io/price/:token"

1000000

"Invalid byte count"

How is this guide?