GET /nft/pin/status/{hash}
GET

/v1/nft/pin/status/{hash}

IPFS pin status by hash

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft/pin/status/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9
Path parameterValueDescription
hashA 64-character hex hash
curl 'https://api.xrpl.to/v1/nft/pin/status/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

IPFS pin status by hash

Notes
hash must be an IPFS CID (Qm… or bafy…)
An NFT is its 64-character NFTokenID.
OpenAPI