Filebase · Example Payload

Filebase Pin Example

Object StorageIPFSS3-CompatibleDecentralized StoragePinningWeb3Cloud StorageBlockchain

Filebase Pin Example is an example object payload from Filebase, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cidnameoriginsmeta

Example Payload

Raw ↑
{
  "cid": "QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco",
  "name": "my-nft-metadata.json",
  "origins": [
    "/ip4/203.0.113.5/tcp/4001/p2p/QmPeerIdExampleABCDEFGHIJKLMNOPQRSTUVWXYZ"
  ],
  "meta": {
    "app": "my-nft-marketplace",
    "environment": "production",
    "token_id": "1234"
  }
}