Skip to main content
POST
/
v2
/
ipfs
/
presign
IPFS - Presign
curl --request POST \
  --url https://api.dex.chainstream.io/v2/ipfs/presign \
  --header 'Authorization: Bearer <token>'
{
  "presignUrl": "https://uploads.pinata.cloud/v3/files/sign/..."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

presignUrl
string
required

Presigned upload URL

Example:

"https://uploads.pinata.cloud/v3/files/sign/..."