Dashboard
Tutorials
Community
Support
Search…
Welcome to Infura docs
Getting started
Dashboard stats
Networks
Ethereum (execution layer)
ETH2 (consensus layer)
IPFS
How to
HTTP API methods
add
block_get
block_put
block_stat
cat
dag_get
dag_put
dag_resolve
get
object_data
object_get
object_put
object_stat
pin_add
pin_ls
pin_rm
pin_update
version
Filecoin
Polygon PoS
Palm
Optimism
Arbitrum
NEAR
Aurora
Features
Archive data
Infura transactions (ITX)
Tutorials
Ethereum transactions
Filecoin
NEAR
Layer 2 networks
LEARN
curl
JSON Web Token (JWT)
Web3 libraries
Powered By
GitBook
version
/api/v0/pin/version
Show IPFS version information.
REQUEST
1
POST "https://ipfs.infura.io:5001/api/v0/version?number=<value>&commit=<value>&repo=<value>&all=<value>"
Copied!
REQUEST PARAMS
number
[Optional]
- Only show the version number.
commit
[Optional]
- Show the commit hash.
repo
:
[Optional] -
Show repo version.
all
:
[Optional]
- Show all version information.
EXAMPLE
1
// POST
2
curl
-X POST
"https://ipfs.infura.io:5001/api/v0/version?number=<value>&commit=<value>&repo=<value>&all=<value>"
Copied!
RESPONSE
On success, the call to this endpoint returns with 200 and the following body:
BODY
1
{
2
"Commit": "string",
3
"Golang": "string",
4
"Repo": "string",
5
"System": "string",
6
"Version": "string"
7
}
Copied!
Previous
pin_update
Next - Networks
Filecoin
Last modified
1mo ago
Copy link
Contents
/api/v0/pin/version
REQUEST
RESPONSE