https://api-ipfs.attoaioz.cyou/api/psa/
access_token
. To obtain an access token for authentication with the W3ipfs Pinning Services API, you can use Postman to make a POST request to the following API endpoint:Parameters
Body
Response
{
"access_token": "JWT",
"refresh_token": "JWT",
"status": "success"
}
YOUR_AUTH_JWT
in the following command with your actual JWT.ipfs pin remote service add w3ipfs https://api-ipfs.attoaioz.cyou/api/psa/ YOUR_AUTH_JWT
ipfs pin remote add
command. Replace YOUR_CID
with the CID you want to pin.ipfs pin remote add --service=w3ipfs --name=<human-readable-name> YOUR_CID
ipfs pin remote ls --service=w3ipfs
ipfs pin remote ls --service=w3ipfs --status=queued,pinning,failed
ipfs pin remote --help
ON THIS PAGE