Filebase · Example Payload

Filebase Pin Status Example

Object StorageIPFSS3-CompatibleDecentralized StoragePinningWeb3Cloud StorageBlockchain

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

Top-level fields

requestidstatuscreatedpindelegatesinfo

Example Payload

Raw ↑
{
  "requestid": "7f5e3f12-9b41-4c2d-a8b0-d1234567890a",
  "status": "pinned",
  "created": "2026-06-13T10:30:00Z",
  "pin": {
    "cid": "QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco",
    "name": "my-nft-metadata.json",
    "meta": {
      "app": "my-nft-marketplace",
      "environment": "production",
      "token_id": "1234"
    }
  },
  "delegates": [
    "/dns4/rpc.filebase.io/tcp/4001/p2p/QmFilebasePeerIdABCDEFGHIJKLMNOPQRSTUVWXYZ"
  ],
  "info": {
    "status_details": "Pinned successfully with 3x geo-redundant replication"
  }
}