API Endpoints
Retrieve animated profile pictures for characters
Get animated profile pictures retrieved successfully
animated profile pictures not found
Retrieve image for a specific monster NFT by ID
Id ID
Get monster NFT image by ID retrieved successfully
monster NFT image by ID not found
Retrieve image for a specific monster NFT by ID
Id ID
Get monster NFT image by ID retrieved successfully
monster NFT image by ID not found
Retrieve detailed data for a specific monster by ID
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Id ID
Get monster data by ID retrieved successfully
Unauthorized - Invalid or missing API token
monster data by ID not found
Retrieve user data for a specific wallet address
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Wallet address or username of the user
Get user data by wallet address retrieved successfully
Unauthorized - Invalid or missing API token
user data by wallet address not found
Retrieve paginated list of monsters owned by a user with sorting options
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Wallet address or username of the user
Page number
1Items per page (max 100)
20Sort field (createdAt, experience, or innateBst for total IVs)
createdAtPossible values: Sort order
descPossible values: Get user's monster daycare retrieved successfully
Unauthorized - Invalid or missing API token
user's monster daycare not found
Retrieve detailed data for a specific guild by ID
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Id ID
Get guild data by ID retrieved successfully
Unauthorized - Invalid or missing API token
guild data by ID not found
Retrieve members of a specific guild with pagination support
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Id ID
Page number for pagination
1Number of items per page
10Get guild members with pagination retrieved successfully
Unauthorized - Invalid or missing API token
guild members with pagination not found
Retrieve monster marketplace overview including total listings, 30-day volume, and recent sales
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Get monster marketplace statistics retrieved successfully
Unauthorized - Invalid or missing API token
monster marketplace statistics not found
Retrieve detailed information about a specific monster listing including metadata, stats, and blockchain data
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Order ID
Blockchain chain ID
11155111Get monster listing details retrieved successfully
Unauthorized - Invalid or missing API token
monster listing details not found
Search and browse monster NFT listings with advanced filtering by breed, stats, IVs, personality, and more
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Page number
1Items per page
20Sort method
price_ascFilter by blockchain chain ID
Minimum price filter
Maximum price filter
Filter by monster breed
Filter by gender
Filter by personality
Filter by color variant
Search by nickname or breed name
Browse monster marketplace listings retrieved successfully
Unauthorized - Invalid or missing API token
monster marketplace listings not found
Retrieve historical sales data with optional time period and item filters
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Page number
1Items per page (max 100)
50Filter by item code
Filter by commodity type
Time period for sales history
7dPossible values: Minimum price filter
Maximum price filter
Get bazaar sales history retrieved successfully
Unauthorized - Invalid or missing API token
bazaar sales history not found
Search and browse active buy offers for items, skins, and tools with pagination and filtering
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Page number
1Items per page (max 100)
50Filter by item code
Filter by commodity type
Minimum price filter
Maximum price filter
Filter by blockchain chain ID
Sort field
createdAtPossible values: Sort order
descPossible values: Browse bazaar buy offers retrieved successfully
Unauthorized - Invalid or missing API token
bazaar buy offers not found
Search and browse active marketplace listings for items, skins, and tools with pagination and filtering
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Page number
1Items per page (max 100)
50Filter by item code
Filter by commodity type
Minimum price filter
Maximum price filter
Sort field
createdAtPossible values: Sort order
descPossible values: Browse bazaar item listings retrieved successfully
Unauthorized - Invalid or missing API token
bazaar item listings not found
Retrieve marketplace overview statistics including total trades, volume, active listings/offers, trending items, and price changes
API token for authentication. Include this token in the x-api-token header for all /api/data/*, /api/bazaar/*, and /api/marketplace/* endpoints.
Example:
curl -H "x-api-token: your-api-token-here" https://api.spellborne.gg/api/data/users/0x123...
Rate Limits:
- Authenticated endpoints: 100 requests per 5 minutes per API token
- Public endpoints: 100 requests per 5 minutes per IP address
Get bazaar marketplace statistics retrieved successfully
Unauthorized - Invalid or missing API token
bazaar marketplace statistics not found
Last updated