/api/v0/cid/base32

Convert CIDs to Base32 CID version 1.

Arguments

  • arg [string]: CIDs to convert. Required: yes.

Response

On success, the call to this endpoint will return with 200 and the following body:

{
  "CidStr": "<string>",
  "ErrorMsg": "<string>",
  "Formatted": "<string>"
}

cURL Example

curl -X POST "http://127.0.0.1:5001/api/v0/cid/base32?arg=<cid>"

Last updated