NewWallets, tokens, NFTs, and vaults are live. RPC nodes coming soon.

See the stack →

Search docs

Find the closest FabricBloc guide, API service, endpoint, or reviewed example.

Top result

Search to find a source

Enter a capability, endpoint, SDK, or integration term to filter published docs sources.

Sources

Best matching docs

100 source entries
  1. Guide SDKs

    Typed helpers for FabricBloc API calls, request signing, service clients, and agent-host integration across iOS, Android, TypeScript, Python, REST, and MCP.

  2. Guide Quickstart

    Pick a FabricBloc capability, issue a scoped API key, and make your first request against the generated service contract.

  3. Guide TypeScript SDK

    Typed end-to-end. Ships across Node, Bun, Deno, and edge runtimes. Primary integration path for the platform.

  4. Guide Wallets

    Create embedded wallets, keep signing server-controlled, and connect wallet operations to SDK and API workflows.

  5. Guide MCP and plugins

    Expose narrow wallet, token, NFT, and docs actions to agents through host-specific tools instead of broad account access.

  6. Guide NFTs

    Create collections, mint assets, manage metadata, and use Scalar for the generated NFT API contract.

  7. Guide Swift / iOS SDK

    Native iOS. Secure Enclave-backed keys. SwiftUI and UIKit ready. First-party iOS apps that need embedded wallets and platform-key access on device.

  8. Guide Kotlin / Android SDK

    Native Android. Keystore-backed keys. Jetpack Compose and View support. Native Android apps that need embedded wallets, scoped keys, and platform-key access.

  9. Guide Tokens

    Issue ERC-20 assets, apply transfer policy, and connect token flows to wallets, SDKs, and API reference docs.

  10. Guide Python SDK (coming soon)

    A first-party Python SDK is planned. Until it ships, Python services hit the REST API directly with the same scoped-key model as every other client.

  11. Guide Vaults

    Use vaults for deposit, yield, and withdrawal workflows that sit behind scoped wallet and token operations.

  12. Guide DAOs

    Combine wallets, tokens, vaults, and scoped agent actions for governance and treasury workflows.

  13. API service fabric-nft API

    NFT collection deployment and asset management for the FabricBloc platform. Deploy ERC-721 collections, mint tokens, manage metadata, and configure royalties — all without writing Solidity.

  14. Endpoint GET /accounts/{address}/nfts

    List NFTs owned by an address across every collection

  15. Endpoint GET /collections/{id}/nfts

    List minted NFTs in a collection

  16. Endpoint GET /collections/{id}/nfts/{token_id}

    Get a single minted NFT by on-chain token ID

  17. Endpoint GET /collections

    List collections in the caller's project

  18. Endpoint POST /collections

    Create a draft collection

  19. Endpoint DELETE /collections/{id}

    Delete a draft collection

  20. Endpoint GET /collections/{id}

    Get a collection by ID

  21. Endpoint PATCH /collections/{id}

    Partial update of a draft collection

  22. Endpoint POST /collections/{id}/admin/deploy

    Deploy a collection (operator-executed, creator-scoped)

  23. Endpoint GET /collections/{id}/balance

    Get ERC-1155 balances for an address

  24. Endpoint POST /collections/{id}/deploy/prepare

    Prepare collection deployment calldata

  25. Endpoint GET /collections/{id}/deployments

    List per-chain deployments for a collection

  26. Endpoint POST /collections/{id}/estimate

    Estimate deployment gas cost

  27. Endpoint GET /collections/{id}/next-token-id

    Get next ERC-1155 token ID

  28. Endpoint GET /collections/{id}/supply

    Get on-chain supply (collection-wide or per-token)

  29. Endpoint GET /collections/{id}/token-uri/{token_id}

    Get on-chain tokenURI

  30. Endpoint POST /collections/{id}/verify

    Verify a deployed collection contract on the explorer

  31. Endpoint GET /collections/{id}/verify-owner

    Verify token ownership

  32. Endpoint POST /collections/{id}/burn/prepare

    Prepare unified burn calldata (single + ERC-1155 batch)

  33. Endpoint POST /collections/{id}/config/base-uri/prepare

    Prepare set-base-URI calldata (post-deploy config)

  34. Endpoint POST /collections/{id}/config/max-supply/prepare

    Prepare set-max-supply calldata (post-deploy config)

  35. Endpoint POST /collections/{id}/config/mint-price/prepare

    Prepare set-mint-price calldata (post-deploy config)

  36. Endpoint POST /collections/{id}/config/public-mint/toggle/prepare

    Prepare toggle-public-mint calldata (post-deploy config)

  37. Endpoint POST /collections/{id}/config/token-max-supply/prepare

    Prepare set-token-max-supply calldata (ERC-1155 only)

  38. Endpoint GET /collections/{id}/media

    List pre-deploy media uploads for a collection

  39. Endpoint POST /collections/{id}/media

    Upload media (single + bulk) to a draft collection

  40. Endpoint DELETE /collections/{id}/media/{media_id}

    Delete a pre-deploy media upload

  41. Endpoint POST /collections/{id}/media/{media_id}/presigned-url

    Generate a short-lived presigned URL for a media object

  42. Endpoint POST /collections/{id}/media/finalize

    Finalize a direct-to-S3 media upload

  43. Endpoint POST /collections/{id}/media/presigned-upload

    Issue a presigned PUT URL for direct-to-S3 media upload

  44. Endpoint POST /collections/{id}/metadata/refresh/prepare

    Prepare metadata-refresh calldata (per-strategy)

  45. Endpoint POST /collections/{id}/mint/prepare

    Prepare unified mint calldata (single + batch)

  46. Endpoint POST /collections/{id}/public-mint/prepare

    Prepare public-mint calldata (single + batch)

  47. Endpoint GET /collections/{id}/minters/{address}

    Get minter authorization status

  48. Endpoint POST /collections/{id}/minters/authorize/prepare

    Prepare authorize-minter calldata

  49. Endpoint POST /collections/{id}/minters/revoke/prepare

    Prepare revoke-minter calldata

  50. Endpoint GET /collections/{id}/royalties/default

    Get the collection default royalty

  51. Endpoint POST /collections/{id}/royalties/default/delete/prepare

    Prepare delete-default-royalty calldata

  52. Endpoint POST /collections/{id}/royalties/default/prepare

    Prepare set-default-royalty calldata

  53. Endpoint GET /collections/{id}/royalties/nfts/{token_id}

    Get the per-token royalty

  54. Endpoint POST /collections/{id}/royalties/nfts/{token_id}/delete/prepare

    Prepare delete-token-royalty calldata

  55. Endpoint POST /collections/{id}/royalties/nfts/{token_id}/prepare

    Prepare set-token-royalty calldata

  56. Endpoint POST /collections/{id}/transfer/prepare

    Prepare unified transfer calldata (single + ERC-1155 batch)

  57. Endpoint POST /collections/{id}/withdraw/prepare

    Prepare withdraw calldata

  58. Endpoint GET /operations/{id}

    Get operation status + calldata + timeline

  59. Endpoint POST /operations/{id}/submit-gasless

    Submit a prepared operation gaslessly via the bundler

  60. Endpoint POST /operations/{id}/tx

    Report tx hash for a prepared operation

  61. Endpoint POST /webhooks/events

    Receive HMAC-signed webhook event

  62. API service FabricBloc Token Service API

    ERC-20 token deployment and management for the FabricBloc platform. Deploy fungible tokens, mint, burn, transfer, and manage supply — all without writing Solidity.

  63. Endpoint GET /v1/tokens

    List tokens for authenticated user

  64. Endpoint POST /v1/tokens

    Create a new token

  65. Endpoint DELETE /v1/tokens/{id}

    Delete a draft token

  66. Endpoint GET /v1/tokens/{id}

    Get token information

  67. Endpoint PATCH /v1/tokens/{id}

    Update a draft token

  68. Endpoint GET /v1/tokens/{id}/balance/{address}

    Get token balance for an address

  69. Endpoint POST /v1/tokens/{id}/burn

    Burn tokens

  70. Endpoint POST /v1/tokens/{id}/deploy

    Deploy a draft token by ID

  71. Endpoint GET /v1/tokens/{id}/estimate-gas

    Estimate gas for token deployment

  72. Endpoint POST /v1/tokens/{id}/mint

    Mint tokens

  73. Endpoint POST /v1/tokens/{id}/pause

    Pause or unpause token

  74. Endpoint GET /v1/tokens/{id}/paused

    Get paused status

  75. Endpoint POST /v1/tokens/{id}/transfer

    Transfer tokens

  76. API service FabricBloc Wallet Service API

    Self-custodial MPC wallet management for the FabricBloc platform. Every consumer gets a non-custodial wallet secured by 2-of-3 threshold Multi-Party Computation.

  77. Endpoint GET /v1/wallet/{walletId}

    Get a wallet by id

  78. Endpoint GET /v1/wallet/consumer/{consumerId}

    Get consumer's wallet

  79. Endpoint GET /v1/wallet/consumers

    List consumers

  80. Endpoint POST /v1/wallet/eoa

    Register an EOA wallet

  81. Endpoint GET /v1/wallet/{walletId}/deployments

    List a wallet's deployments

  82. Endpoint GET /v1/wallet/{walletId}/deployments/{chainId}

    Get a wallet's deployment status on a chain

  83. Endpoint POST /v1/wallet/{walletId}/ownership-transfer/prepare

    Prepare a wallet-scoped ownership transfer

  84. Endpoint GET /v1/wallet/{walletId}/devices

    List a wallet's device keys

  85. Endpoint POST /v1/wallet/{walletId}/devices

    Register a device key for a wallet

  86. Endpoint GET /v1/wallet/{walletId}/devices/{deviceId}

    Get a wallet's device key by id

  87. Endpoint POST /v1/wallet/{walletId}/devices/authorize/complete

    Complete multi-device authorization

  88. Endpoint POST /v1/wallet/{walletId}/devices/authorize/initiate

    Initiate multi-device authorization

  89. Endpoint POST /v1/wallet/{walletId}/freeze

    Freeze a wallet

  90. Endpoint POST /v1/wallet/{walletId}/unfreeze

    Unfreeze a wallet

  91. Endpoint GET /v1/wallet/{walletId}/operations

    List a wallet's operations

  92. Endpoint GET /v1/wallet/{walletId}/operations/{opHash}

    Get a wallet-scoped operation

  93. Endpoint POST /v1/wallet/{walletId}/operations/{opHash}/confirm

    Confirm a wallet-scoped operation

  94. Endpoint GET /v1/wallet/{walletId}/operations/{opHash}/legs

    Get a wallet-scoped operation's legs

  95. Endpoint POST /v1/wallet/{walletId}/operations/batch/prepare

    Prepare a wallet-scoped batch operation

  96. Endpoint POST /v1/wallet/{walletId}/operations/estimate-gas

    Estimate gas for a wallet-scoped operation

  97. Endpoint POST /v1/wallet/{walletId}/operations/prepare

    Prepare a wallet-scoped operation

  98. Endpoint POST /v1/wallet/{walletId}/operations/submit

    Submit a signed wallet-scoped operation

  99. Endpoint POST /v1/wallet/{walletId}/operations/validate

    Validate a wallet-scoped operation

  100. Endpoint POST /v1/wallet/{walletId}/retry-registration

    Retry wallet registration