Explore our Product Catalog
Learn how to fetch and display available products through Bando's web3 spending API. Implementation guide for accessing our catalog of supported services.
We built a simple catalog explorer so that you can get started with all the products you can sell on your wallet/Dapp. It the simplest way to explore and get used to the global catalog of over 35k individual skus.
Before you start
Required fields
Example:
"requiredFields": [
{
"name": "recipient.firstName",
"valueType": "string"
},
{
"name": "recipient.lastName",
"valueType": "string"
}
]
Product Details to Check
Basic Information
brandName
: Brand namebrandSlug
: Unique brand identifierimageUrl
: Brand logo URLorder
: Display order priority
Product Details
shortNotes
: Quick product descriptionnotes
: Detailed informationprice
: Pricing informationsku
: Unique product identifier
Validation Requirements
referenceType
: Main validation formatrequiredFields
: Additional required informationregex
: Validation patterns
Go to the Catalog Explorer
Last updated
Was this helpful?