Collections
Get a list of collections
Get list of collections
Chain ID
Category ID
Owner address
Status of these asset
Limit
Current page number
Property to sort by
Direction to sort
GET /v1/collections HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
"cursor": "text",
"remaining": 1,
"result": [
{
"contract_address": "text",
"owner": "text",
"total_supply": 1,
"category": {
"category_id": "text",
"category_name": "text"
},
"name": "text",
"slug": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"assets": {
"cursor": "text",
"remaining": 1,
"result": [
{
"collection": {
"image_url": "text",
"name": "text",
"contract_address": "text"
},
"created_at": "text",
"description": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"id": "text",
"image_url": "text",
"animation_url": "text",
"external_link": "text",
"metadata": {},
"name": "text",
"listing": {
"closing_date": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"accept_price": 1,
"start_price": 1,
"current_price": 1,
"name": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
}
},
"status": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"updated_at": "text",
"owner": "text"
}
]
}
}
]
}
Get detail of a collection
Get details of a collection at the given address
Collection contract address
Include assets in response
GET /v1/collections/{address} HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
"contract_address": "text",
"owner": "text",
"total_supply": 1,
"category": {
"category_id": "text",
"category_name": "text"
},
"name": "text",
"slug": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"assets": {
"cursor": "text",
"remaining": 1,
"result": [
{
"collection": {
"image_url": "text",
"name": "text",
"contract_address": "text"
},
"created_at": "text",
"description": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"id": "text",
"image_url": "text",
"animation_url": "text",
"external_link": "text",
"metadata": {},
"name": "text",
"listing": {
"closing_date": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"accept_price": 1,
"start_price": 1,
"current_price": 1,
"name": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
}
},
"status": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"updated_at": "text",
"owner": "text"
}
]
}
}
Create a collection
Create a collection
Contract address of the collection
Total supply of the collection
Name of the collection
Desction of the collection
Image URL of the collection
Discord URL of the collection
Telegram URL of the collection
External URL of the collection
Twitter username of the collection
Instagram username of the collection
Chain ID of all assets of this collection
Category ID of the collection
POST /v1/collections HTTP/1.1
Host: api.sandbox.horizonland.app
Content-Type: application/json
Accept: */*
Content-Length: 311
{
"contract_address": "text",
"total_supply": 1,
"name": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"chain_id": "text",
"category_id": "text"
}
{
"contract_address": "text",
"owner": "text",
"total_supply": 1,
"category": {
"category_id": "text",
"category_name": "text"
},
"name": "text",
"slug": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"assets": {
"cursor": "text",
"remaining": 1,
"result": [
{
"collection": {
"image_url": "text",
"name": "text",
"contract_address": "text"
},
"created_at": "text",
"description": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"id": "text",
"image_url": "text",
"animation_url": "text",
"external_link": "text",
"metadata": {},
"name": "text",
"listing": {
"closing_date": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"accept_price": 1,
"start_price": 1,
"current_price": 1,
"name": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
}
},
"status": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"updated_at": "text",
"owner": "text"
}
]
}
}
Update a collection
Update collection
Collection contract address
API Key
Name of the collection
Desction of the collection
Image URL of the collection
Discord URL of the collection
Telegram URL of the collection
External URL of the collection
Twitter username of the collection
Instagram username of the collection
PUT /v1/collections/{address} HTTP/1.1
Host: api.sandbox.horizonland.app
access token: text
Content-Type: application/json
Accept: */*
Content-Length: 170
{
"name": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text"
}
{
"contract_address": "text",
"owner": "text",
"total_supply": 1,
"category": {
"category_id": "text",
"category_name": "text"
},
"name": "text",
"slug": "text",
"description": {},
"image_url": "text",
"discord_url": "text",
"telegram_url": "text",
"external_url": "text",
"twitter_username": "text",
"instagram_username": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"assets": {
"cursor": "text",
"remaining": 1,
"result": [
{
"collection": {
"image_url": "text",
"name": "text",
"contract_address": "text"
},
"created_at": "text",
"description": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"id": "text",
"image_url": "text",
"animation_url": "text",
"external_link": "text",
"metadata": {},
"name": "text",
"listing": {
"closing_date": "text",
"fees": [
{
"address": "text",
"basis_points": 1,
"type": "text"
}
],
"accept_price": 1,
"start_price": 1,
"current_price": 1,
"name": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
}
},
"status": "text",
"token_address": "text",
"token_id": "text",
"chain": {
"id": "text",
"name": "text",
"symbol": "text"
},
"updated_at": "text",
"owner": "text"
}
]
}
}
Last updated