POST /nft/pin
POST

/v1/nft/pin

Pin NFT media to platform IPFS node (resolves hash from NFT URI if only NFTokenID given)

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/nft/pin
Body
Body fieldsas documented
{ NFTokenID? (64-hex), ipfsHash? (CID) }
curl -X POST 'https://api.xrpl.to/v1/nft/pin'
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

Pin NFT media to platform IPFS node (resolves hash from NFT URI if only NFTokenID given)

An NFT is its 64-character NFTokenID.
OpenAPI